mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-highlighting] SafeVarargs checks -> AnnotationChecker
Also, warnings are moved out to inspections Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only) GitOrigin-RevId: 2292723fde787454467307c213ea38e730aa0ff5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6a2b751ffd
commit
c7edfdbe4a
@@ -611,3 +611,5 @@ inspection.message.expression.compared.to.itself.description=Expression is compa
|
||||
intention.name.do.not.report.conditions.with.possible.side.effect=Do not report conditions with possible side-effect
|
||||
dfa.find.cause.or.another=or {0}
|
||||
dfa.find.cause.and.another=and {0}
|
||||
safe.varargs.not.suppress.potentially.unsafe.operations=@SafeVarargs do not suppress potentially unsafe operations
|
||||
safe.varargs.on.reifiable.type=@SafeVarargs is not applicable for reifiable types
|
||||
Reference in New Issue
Block a user