Java: test qualifiers shown in ui (IJ-CR-138368)

for "Convert to instance method" refactoring

GitOrigin-RevId: a4bb1ef732d71359e52ed778f9ad36c776533e47
This commit is contained in:
Bas Leijdekkers
2024-07-10 15:10:19 +02:00
committed by intellij-monorepo-bot
parent 04ee5be1f6
commit d3f94f2739
14 changed files with 194 additions and 121 deletions

View File

@@ -138,7 +138,6 @@ convert.to.instance.method.title=Convert To Instance Method
convertToInstanceMethod.all.reference.type.parameters.are.not.in.project=No target class for the instance method is found: no method parameter with a type referencing a class in the project found.
convertToInstanceMethod.all.reference.type.parameters.have.unknown.types=No target class for the instance method is found: method parameter types are unknown.
convertToInstanceMethod.method.is.not.static=Method {0} is not static
convertToInstanceMethod.unsupported.containing.class=Containing class is not supported
convertToInstanceMethod.no.default.ctor=Additionally, the containing class doesn't have a default constructor.
convertToInstanceMethod.no.parameters.with.reference.type=There are no parameters that have reference type.
convert.to.record.title=Convert To Record Class