Constant expression can be evaluated
Reports constant expressions, whose value can be evaluated statically, and suggests replacing them with their actual values. For example, you will be prompted to replace 2 + 2
with 4
, or Math.sqrt(9.0)
with 3.0
.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ConstantExpression- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
New in 2018.1
Inspection options
Here you can find the description of settings available for the Constant expression can be evaluated inspection, and the reference of their default values.
- Don't report expressions containing references to defined constants
Not selected
- Report only compile-time constants
Not selected
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 242.22892 |