mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Java: grammar
GitOrigin-RevId: 2fa00e04420bd0fb6a4826ccf35570c5ae017126
This commit is contained in:
committed by
intellij-monorepo-bot
parent
53c010ab59
commit
488e4a01bf
@@ -2255,12 +2255,12 @@ inspection.constant.expression.fix.name=Compute constant value of ''{0}''
|
||||
inspection.constant.expression.fix.name.short=Replace with constant value
|
||||
inspection.constant.expression.fix.family.name=Compute constant value
|
||||
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.skip.non.literal.description=Ignore 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.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 the Java language specification.
|
||||
|
||||
inspection.redundant.compare.call.display.name=Redundant 'compare()' method call
|
||||
inspection.redundant.compare.call.fix.name=Inline 'compare()' call
|
||||
|
||||
Reference in New Issue
Block a user