mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-inspections] IJ-CR-177985 improve inspection descriptions
Related: IDEA-372834 GitOrigin-RevId: 6cceb2c89e45572f6244768031ef29fe455eb437
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cce222ba31
commit
9f4c117fb2
@@ -1868,6 +1868,7 @@ unnecessary.final.report.method.parameters.option=Report method parameters
|
||||
unnecessary.final.report.foreach.parameters.option=Report foreach parameter
|
||||
unnecessary.final.report.catch.parameters.option=Report catch parameters
|
||||
unnecessary.final.on.parameter.only.interface.option=Only warn on abstract or interface methods
|
||||
unnecessary.final.on.parameter.only.interface.option.description=<code>final</code> parameters of <code>abstract</code> or interface methods may be considered extra unnecessary as they don't affect the implementation of these methods.
|
||||
choose.exception.class=Choose Exception Class
|
||||
choose.exception.label=Prohibited exceptions:
|
||||
class.independent.of.module.display.name=Class independent of its module
|
||||
|
||||
Reference in New Issue
Block a user