Java: fix and improve error message (IDEA-356573)

GitOrigin-RevId: 0b3ff17ed8d439ff99ce1e2294a6fac2dcb83770
This commit is contained in:
Bas Leijdekkers
2024-07-19 14:21:52 +02:00
committed by intellij-monorepo-bot
parent 291bb89726
commit 5b1dbe4383
6 changed files with 15 additions and 13 deletions

View File

@@ -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