IDEA-337709: Reimplement SuppressionAnnotationInspection to UAST

GitOrigin-RevId: 5384975e4786fbc34114065e117f66d930435621
This commit is contained in:
Karol Lewandowski
2023-11-15 14:34:19 +01:00
committed by intellij-monorepo-bot
parent 7ba6375831
commit ad246cb491
16 changed files with 653 additions and 254 deletions

View File

@@ -246,8 +246,6 @@ cloneable.class.without.clone.todo.message=TODO: copy mutable state here, so the
use.obsolete.collection.type.display.name=Use of obsolete collection type
use.obsolete.collection.type.problem.descriptor=Obsolete collection type <code>#ref</code> used #loc
use.obsolete.collection.type.ignore.library.arguments.option=Ignore obsolete collection types where they are required
inspection.suppression.annotation.display.name=Inspection suppression annotation
inspection.suppression.annotation.problem.descriptor=Inspection suppression annotation <code>#ref</code> #loc
use.system.out.err.display.name=Use of 'System.out' or 'System.err'
use.system.out.err.problem.descriptor=Uses of <code>#ref</code> should probably be replaced with more robust logging #loc
dumpstack.call.display.name=Call to 'Thread.dumpStack()'
@@ -2468,10 +2466,6 @@ fix.data.provider.signature.family.name=Fix data provider method signature
fix.data.provider.signature.missing.method.problem=Parameterized test class <code>#ref</code> lacks data provider method annotated with '@Parameters'
fix.data.provider.signature.incorrect.problem=Data provider method <code>#ref()</code> has an incorrect signature
fix.data.provider.multiple.methods.problem=Multiple @Parameters data provider methods present in class <code>#ref</code>
allow.suppressions.fix.family.name=Allow suppressions
allow.suppressions.fix.text=Allow these suppressions
allow.suppressions.preview.text=Inspection id will be added to the list of allowed suppressions in settings
remove.suppress.comment.fix.family.name=Remove //{0}
throws.runtime.exception.fix.family.name=Remove from 'throws' clause
move.exception.to.javadoc.fix.family.name=Move to Javadoc '@throws'
create.package.info.java.family.name=Create 'package-info.java'