Java: update inspection name and description (IDEA-271214)

GitOrigin-RevId: 6c3b065c026b0de4e3b9cdf881ac2427c912390f
This commit is contained in:
Bas Leijdekkers
2025-05-13 17:43:07 +00:00
committed by intellij-monorepo-bot
parent 86bddaa568
commit 26d26d0caa
2 changed files with 3 additions and 3 deletions
@@ -645,7 +645,7 @@ enum.switch.statement.which.misses.cases.display.name=Enum 'switch' statement th
enum.switch.statement.which.misses.cases.option=Ignore switch statements with a default branch
string.buffer.must.have.initial.capacity.display.name='StringBuilder' without initial capacity
method.may.be.static.display.name=Method can be made 'static'
class.initializer.may.be.static.display.name=Class initializer may be 'static'
class.initializer.may.be.static.display.name=Instance initializer can be made 'static'
class.initializer.option=Only warn when the class has one or more constructors
class.initializer.move.code.to.constructor.quickfix=Move initializer code to constructor
nested.switch.statement.display.name=Nested 'switch' statement