[java-highlighting] IDEA-267379 "Non-canonical record constructor must delegate to another constructor" fix could be provided

GitOrigin-RevId: f27d1c6ae299debfaab0504921cf96487c9b62ab
This commit is contained in:
Mikhail Pyltsin
2025-07-30 11:08:29 +00:00
committed by intellij-monorepo-bot
parent cd04e6b72b
commit 22b7af6762
12 changed files with 228 additions and 2 deletions
@@ -456,4 +456,6 @@ qualify.method.call.family=Qualify method call
remove.redundant.nested.patterns.fix.text=Remove redundant nested pattern{0, choice, 1#|2#s}
add.missing.nested.patterns.fix.text=Add missing nested pattern{0, choice, 1#|2#s}
add.missing.str.processor=Add 'STR.' Processor
add.missing.str.processor=Add 'STR.' Processor
record.delegate.to.canonical.constructor.fix.name=Delegate to canonical constructor