mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
[inspections] Improve OptDropdown; use in ConstantOnWrongSideOfComparisonInspection, ParametersPerConstructorInspection
GitOrigin-RevId: a89fe782d0c462e7dacf65c6f6eddde9ce332d1f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b2231ba0d1
commit
3fc334a23a
@@ -246,7 +246,8 @@ inspection.compiler.javac.quirks.name=Javac quirks
|
||||
inspection.compiler.javac.quirks.qualifier.type.args.fix=Remove generic parameter
|
||||
inspection.compiler.javac.quirks.qualifier.type.args.problem=Generics in qualifier reference may cause compilation error in some Javac versions (e.g. JDK 5 and JDK 6).
|
||||
inspection.quirk.method.reference.return.type.message=Target method return type mentions inaccessible class {0}. This will cause IllegalAccessError at runtime.
|
||||
inspection.constant.on.wrong.side.of.a.comparison.side.option=Constant should be on this side of a comparison:
|
||||
# | is replaced with 'left' or 'right'
|
||||
inspection.constant.on.wrong.side.of.a.comparison.side.option=Constant should be on the|side of a comparison
|
||||
inspection.contract.display.name=Contract issues
|
||||
inspection.data.flow.redundant.instanceof.quickfix=Replace with a null check
|
||||
inspection.data.flow.simplify.boolean.expression.quickfix=Simplify boolean expression
|
||||
|
||||
Reference in New Issue
Block a user