Files
openide/java/java-impl/resources/messages/RefactorJBundle.properties
Mikhail Pyltsin d6bb45a7d4 IJPF-CR-29151 [java] IDEA-374204 JEP 512: use 'Compact Source Files' for implicitly declared classes
- fix naming

(cherry picked from commit 91c2c095f5ca3b2ac3d6fc6de8d85b4f7205cfe7)


(cherry picked from commit e9c066e0a80b0154b69f1cf94334ab1e209dd74f)

IJ-MR-169535

GitOrigin-RevId: 305bc4173b42de65872f95e867b193eaef35a8c8
2025-08-04 12:58:50 +00:00

44 lines
2.7 KiB
INI

cannot.perform.the.refactoring=Cannot perform the refactoring.\n
extract.class.title=Extract Delegate
extract.class.from.label=Extract delegate from {0}
name.for.new.class.label=&Name for new class:
choose.destination.package.label=Choose Destination Package
package.for.new.class.label=&Package name:
members.to.extract.label=Mem&bers to Extract
there.already.exists.a.class.with.the.chosen.name=There already exists a class with the chosen name.
introduce.parameter.object=Introduce Parameter Object
the.caret.should.be.positioned.within.a.class.to.be.refactored=The refactoring should be invoked on the class or members to be refactored.
the.selected.class.is.an.enumeration=The selected class is an enum class.
the.caret.should.be.positioned.within.a.method.declaration.to.be.refactored=The caret should be positioned within the method declaration to be refactored.
the.selected.class.is.an.interface=The selected class is an interface.
the.selected.class.is.an.annotation.type=The selected class is an annotation interface.
the.refactoring.is.not.supported.on.non.static.inner.classes=The refactoring is not supported on non-static inner classes.
the.selected.class.has.no.members.to.extract=The selected class has no members to extract.
the.selected.class.should.belong.to.project.sources=The selected class should belong to project sources
refactoring.cannot.be.done.in.implicit.class=Cannot refactor compact source files
references.to.extract=References to extract ( {0, choice, 0#(Not found)|1#{0} reference|2#{0} references}{1, choice, 0#|1# in {1} file|2# in {1} files})
extract.class.as.enum.column.title=As Enum
extract.class.depends.on.0.from.1.tooltip=Depends on {0} from {1}
extract.class.depends.on.0.from.new.class=Depends on {0} from new class {1}
extracting.from.class=Extracting from class:
extracted.class.command.name=Extracted Class {0}
extracted.class.not.accessible.in.0=Extracted class won''t be accessible in {0}
method.selected.has.no.parameters=Method selected has no parameters.
the.selected.method.cannot.be.wrapped.because.it.is.defined.in.a.non.project.class=The selected method cannot be wrapped because it is defined in a non-project class
select.wrapper.class=Select Parameter Class
field.needs.getter=Field ''{0}'' needs getter
field.needs.setter=Field ''{0}'' needs setter
initializer.requires.moved.members=Class initializer requires moved members
constructor.requires.moved.members=Constructor requires moved members
case.value.can.not.be.replaced.with.enum={0} can not be replaced with enum
referenced.element.out.of.project={0} is out of project
unable.to.migrate.statement.to.enum=Unable to migrate statement to enum constant.{0}
codestyle.settings.extractor.command.name=CodeStyleSettings Extractor