Java: "Generate overloaded constructor with default parameter values" for records (IDEA-360071)

GitOrigin-RevId: a20fd5478241de404df3243f1b8b9a7d1a73829e
This commit is contained in:
Bas Leijdekkers
2024-10-02 17:18:12 +02:00
committed by intellij-monorepo-bot
parent 95ed423db6
commit dfae4a26c2
8 changed files with 119 additions and 30 deletions

View File

@@ -1519,7 +1519,7 @@ simplify.stream.inspection.iterate.take.while.fix.message=Can be replaced with t
side.effects.pattern.message=<html>\n<body>\nThere are possible side effects found in {0}<br>\nYou can:\n<br>\n-\\&nbsp;<b>Remove</b> variable usages along with all expressions involved, or<br>\n-\\&nbsp;<b>Transform</b> expressions assigned to variable into the statements on their own.<br>\n<div style="padding-left: 0.6cm;">\n That is,<br>\n <table border="0">\n <tr>\n <td><code>{1};</code></td>\n </tr>\n </table>\n becomes: <br>\n <table border="0">\n <tr>\n <td><code>{2};</code></td>\n </tr>\n </table>\n</div>\n</body>\n</html>
side.effects.expression.presentation=expression ''{0}''
change.signature.from.usage.short.name=<html> Change signature of {0}({1})</html>
default.param.value.warning={0, choice, 0#Constructor|1#Method} with the chosen signature already exists
default.param.value.warning={0} already exists
qualify.static.constant.access=Qualify static constant access
qualify.static.access.command.name=Qualify Static Access
qualify.static.call.fix.text=Qualify static call