IJPF-CR-29151 [java] IDEA-374204 JEP 512: use 'Compact Source Files' for implicitly declared classes

- fix naming

GitOrigin-RevId: 91c2c095f5ca3b2ac3d6fc6de8d85b4f7205cfe7
This commit is contained in:
Mikhail Pyltsin
2025-06-24 23:04:26 +00:00
committed by intellij-monorepo-bot
parent d2468f1b83
commit 68d1490dbf
9 changed files with 11 additions and 11 deletions
@@ -726,7 +726,7 @@ inspection.string.template.reverse.migration.string.message=String template can
inspection.string.template.migration.concatenation.message=Concatenation can be replaced with string template
inspection.string.template.migration.name=String template can be used
inspection.string.template.reverse.migration.name=String template can be concatenated string
inspection.implicit.to.explicit.class.backward.migration.name=Compact source file can be replaced with an ordinary class
inspection.implicit.to.explicit.class.backward.migration.name=Compact source file can be replaced with a regular class
inspection.implicit.to.explicit.class.backward.migration.fix.name=Convert an implicitly declared class of a compact source file into a regular class
inspection.explicit.to.implicit.class.migration.name=Explicit class declaration can be converted into a compact source file
inspection.explicit.to.implicit.class.migration.fix.name=Convert into compact source file
@@ -822,7 +822,7 @@ dialog.message.moving.directories.to=Moving directories to ''{0}''
progress.title.collect.hierarchy=Collect ''{0}'' hierarchy
introduce.variable.message.change.semantics.warning=Extracting the selected expression changes the semantics of the surrounding expression.
introduce.variable.message.expression.refers.to.pattern.variable.declared.outside=The selected expression refers to pattern variable ''{0}'', which will be out of scope.
introduce.variable.message.cannot.extract.in.implicit.class=Cannot extract in compact source file.
introduce.variable.message.cannot.extract.in.implicit.class=Cannot extract in a compact source file.
introduce.variable.message.cannot.extract.variable.in.interface=Cannot extract variable in an interface.
tooltip.cannot.inline.pattern.variable=Cannot inline pattern variable
inline.popup.highlight=Highlight {0} conflicting {0, choice, 1#write|2#writes}