[java-inspections] IDEA-371645 ClassCanBeRecord: change option phrasing and change default option

See the linked ticket for more discussion.

GitOrigin-RevId: 7ebc61d24678bb8ed5e5f71507d12802c39b46ff
This commit is contained in:
Bartek Pacia
2025-08-22 18:06:21 +00:00
committed by intellij-monorepo-bot
parent 896afe2452
commit c1c102bcd6
4 changed files with 17 additions and 2 deletions
@@ -1473,7 +1473,7 @@ intention.family.name.convert.record.to.class=Convert record to class
class.can.be.record.display.name=Class can be record class
class.can.be.record.quick.fix=Convert to record class
class.can.be.record.suggest.renaming.accessors=Suggest renaming accessor methods
class.can.be.record.record.highlight.when.semantics.change=Disable highlighting if members become more accessible
class.can.be.record.record.highlight.when.semantics.change=Don't report if members will become more accessible
class.can.be.record.record.highlight.when.semantics.change.description=Quick-fix will still be available
class.can.be.record.suppress.conversion.if.annotated=Suppress conversion if the class is annotated by:
class.can.be.record.suppress.conversion.if.annotated.fix.name=Suppress record conversion if annotated by ''{0}''