[java-inspections] IJ-CR-177985 improve inspection descriptions

Related: IDEA-372834

GitOrigin-RevId: 6cceb2c89e45572f6244768031ef29fe455eb437
This commit is contained in:
Bartek Pacia
2025-10-13 23:16:24 +00:00
committed by intellij-monorepo-bot
parent cce222ba31
commit 9f4c117fb2
4 changed files with 6 additions and 18 deletions
@@ -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