[java-inspections] ConstantExpression inspection proof-reading

GitOrigin-RevId: 5e97937a479a98dd302757d3539703353dc253cc
This commit is contained in:
Tagir Valeev
2023-10-20 19:12:58 +00:00
committed by intellij-monorepo-bot
parent 51854f80b3
commit 679de5d46d
@@ -2252,13 +2252,13 @@ inspection.constant.expression.fix.name=Compute constant value of ''{0}''
inspection.constant.expression.fix.name.short=Replace with constant value
inspection.constant.expression.fix.name.with.value=Replace ''{0}'' with constant value ''{1}''
inspection.constant.expression.fix.family.name=Compute constant value
inspection.constant.expression.skip.non.literal=Don't report when the expression contains references to defined constants
inspection.constant.expression.skip.non.literal=Don't report expressions containing references to defined constants
inspection.constant.expression.skip.non.literal.description=Ignore the expressions which contain references to non-literal operands, \
such as fields, and variables.
inspection.constant.expression.report.compile.time=Report only compile time constants
inspection.constant.expression.report.compile.time=Report only compile-time constants
inspection.constant.expression.report.compile.time.description=By default, the inspection can evaluate some constants that involve \
library method calls, or even deduce the constant value based on the surrounding code. \
Check this option to report only compile time constants, according to Java language specification.
Check this option to report only compile-time constants, according to Java language specification.
inspection.redundant.compare.call.display.name=Redundant 'compare()' method call
inspection.redundant.compare.call.fix.name=Inline 'compare()' call