mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Java: fix and improve error message (IDEA-356573)
GitOrigin-RevId: 0b3ff17ed8d439ff99ce1e2294a6fac2dcb83770
This commit is contained in:
committed by
intellij-monorepo-bot
parent
291bb89726
commit
5b1dbe4383
@@ -585,7 +585,7 @@ annotation.cannot.be.local=Local annotations are not allowed
|
||||
create.class.action.this.not.valid.java.qualified.name=This is not a valid Java qualified name
|
||||
text.class.inherits.abstract.and.default={0} inherits abstract and default for {1} from types {2} and {3}
|
||||
text.class.inherits.unrelated.defaults={0} inherits unrelated defaults for {1} from types {2}
|
||||
text.improper.formed.type=Improper formed type; some type parameters are missing
|
||||
text.improper.formed.type=Improperly formed type: ''{0}'' needs type arguments because its qualifier has type arguments
|
||||
text.class.is.not.accessible={0} is not accessible in current context
|
||||
text.class.cannot.access=Cannot access {0}
|
||||
auto.closeable.resource=auto-closeable resource
|
||||
|
||||
Reference in New Issue
Block a user