[java-highlighting] IDEA-345960 fix unnecessary java error messages

- there are doubles with JavaPsiBundle but all of that are suppressed due to external usages

GitOrigin-RevId: 656f3187c12d8d19025b58c43afa25293b4975e6
This commit is contained in:
Mikhail Pyltsin
2024-10-07 11:51:21 +02:00
committed by intellij-monorepo-bot
parent 7055a5b572
commit a55780f84d

View File

@@ -231,7 +231,6 @@ yield.void=Expression type should not be 'void'
break.outside.switch.expr=Break out of switch expression is not allowed
continue.outside.loop=Continue outside of loop
continue.outside.switch.expr=Continue outside of enclosing switch expression
class.member.declared.outside=Class member declared outside of a class
not.loop.label=Not a loop label: ''{0}''
incompatible.modifiers=Illegal combination of modifiers ''{0}'' and ''{1}''
repeated.modifier=Repeated modifier ''{0}''
@@ -250,7 +249,6 @@ incompatible.switch.null.type=''{0}'' cannot be converted to ''{1}''
inaccessible.type=''{0}'' is inaccessible here
valid.switch.selector.types=byte, char, short or int
valid.switch.1_7.selector.types=char, byte, short, int, Character, Byte, Short, Integer, String, or an enum
switch.illegal.fall.through.from=Illegal fall-through from a pattern
switch.illegal.fall.through.to=Illegal fall-through to a pattern
invalid.case.label.combination.constants.and.patterns=Invalid case label combination: a case label must consist of either a list of case constants or a single case pattern
invalid.case.label.combination.constants.and.patterns.unnamed=Invalid case label combination: a case label must consist of either a list of case constants or a list of case patterns
@@ -287,7 +285,6 @@ constant.expression.required=Constant expression required
switch.constant.expression.required=Constant expression, pattern or null is required
deconstruction.pattern.requires.record=Deconstruction pattern can only be applied to a record, ''{0}'' is not a record
deconstruction.pattern.type.contain.annotation=Annotations are not allowed in deconstruction pattern types
error.raw.deconstruction=Raw deconstruction patterns are not allowed
raw.processor.type.not.allowed=Raw processor type is not allowed: {0}
duplicate.unconditional.pattern.label=Duplicate unconditional pattern
duplicate.default.switch.label=Duplicate default label