mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
Java: better error recovery on annotation parsing (IDEA-209573)
GitOrigin-RevId: a600121ecbd9fa6338237f0d3802486c7f8a5656
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0274e2096d
commit
1bdb332af2
@@ -1,5 +1,5 @@
|
||||
0.is.not.an.identifier=''{0}'' is not an identifier.
|
||||
annotation.name.is.missing=Annotation attribute must be of the form 'name=value'
|
||||
annotation.name.is.missing=Annotation attribute of the form 'name=value' expected
|
||||
implicit.class.context.display=Implicit class
|
||||
anonymous.class.context.display=Anonymous in {0}
|
||||
anonymous.class.derived.display=Anonymous class derived from {0}
|
||||
@@ -154,6 +154,7 @@ expected.module.declaration=Module declaration expected
|
||||
expected.module.statement=Module directive expected
|
||||
expected.package.reference=Package reference expected
|
||||
expected.parameter=Parameter expected
|
||||
expected.parameter.or.rparen=Annotation attribute or ')' expected
|
||||
expected.rbrace='}' expected
|
||||
expected.rbracket=']' expected
|
||||
expected.resource=Resource definition expected
|
||||
|
||||
Reference in New Issue
Block a user