mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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:
committed by
intellij-monorepo-bot
parent
896afe2452
commit
c1c102bcd6
@@ -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}''
|
||||
|
||||
Reference in New Issue
Block a user