Java: enable inlining on chaining vararg constructors (IDEA-376690, IDEA-376692)

GitOrigin-RevId: 2594b3ca241b7a4a0ca7e362482f5b606486f254
This commit is contained in:
Bas Leijdekkers
2025-08-07 16:25:03 +00:00
committed by intellij-monorepo-bot
parent da71af67ec
commit 7d5bd541d5
11 changed files with 122 additions and 70 deletions
@@ -564,10 +564,9 @@ push.down.no.inheritors.final.class.warning.text=Final class {0} does not have i
re.run.refactoring=Re-Run Refactoring
record.description={1, choice, 0#|1#local }record {0}
refactoring.cannot.be.applied.no.sources.attached={0} refactoring cannot be applied: no sources attached
refactoring.cannot.be.applied.to.abstract.methods={0} refactoring cannot be applied to abstract methods
refactoring.cannot.be.applied.to.inline.non.chaining.constructors={0} refactoring cannot be applied to inline non-chaining constructors
refactoring.cannot.be.applied.to.native.methods={0} refactoring cannot be applied to native methods
refactoring.cannot.be.applied.to.vararg.constructors={0} refactoring cannot be applied to vararg constructors
refactoring.cannot.be.applied.to.abstract.methods={0} refactoring cannot inline abstract methods
refactoring.cannot.be.applied.to.inline.non.chaining.constructors={0} refactoring cannot inline non-chaining constructors
refactoring.cannot.be.applied.to.native.methods={0} refactoring cannot inline native methods
refactoring.extract.method.dialog.duplicates.count={0,choice, 1#One|2#{0,number}} duplicate code {0,choice, 1#fragment|2#fragments} can be replaced with the extracted method call
refactoring.extract.method.dialog.duplicates.pending=Searching for duplicates\u2026
refactoring.extract.method.dialog.duplicates.progress=Searching for Duplicates