Back to Intellij Community

ConstantExpression

java/java-impl/resources/inspectionDescriptions/ConstantExpression.html

2025.3-rc-2234 B
Original Source

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.

New in 2018.1