mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Java: better error message for "Convert to inner class" refactoring
GitOrigin-RevId: 487bd49a11a288a82684fe9359dd46cd2e91f6ef
This commit is contained in:
committed by
intellij-monorepo-bot
parent
256258581d
commit
35bfda4e82
@@ -211,7 +211,7 @@ enum.description={1, choice, 0#|1#local }enum {0}
|
||||
error.cannot.resolve=Cannot resolve {0}
|
||||
error.incorrect.data=Incorrect Data
|
||||
error.not.supported.for.jsp={0} refactoring is not supported for JSP
|
||||
error.not.supported.for.local={0} refactoring is not supported for local classes
|
||||
error.not.supported.for.local=Class extending a local class can't be converted to an inner class
|
||||
error.not.supported.for.package.info={0} refactoring is not supported for package-info.java
|
||||
error.wrong.caret.position.anonymous=Caret should be positioned inside anonymous or local class to be refactored
|
||||
error.wrong.caret.position.constructor=Caret should be positioned inside constructor to be refactored
|
||||
|
||||
Reference in New Issue
Block a user