mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Java: test qualifiers shown in ui (IJ-CR-138368)
for "Convert to instance method" refactoring GitOrigin-RevId: a4bb1ef732d71359e52ed778f9ad36c776533e47
This commit is contained in:
committed by
intellij-monorepo-bot
parent
04ee5be1f6
commit
d3f94f2739
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user