annotation.setEnforcedTextAttributes(new TextAttributes(null, null, JBColor.GREEN, EffectType.WAVE_UNDERSCORE, Font.PLAIN));
annotation.registerFix(new SuppressReportBugIntentionAction(problemDescriptor), textRange);
annotation.registerFix(new SuppressReportBugForClassIntentionAction(problemDescriptor), textRange);
annotation.registerFix(new ClearBugIntentionAction(problemDescriptor), textRange);
annotation.registerFix(new ClearAndSuppressBugIntentionAction(problemDescriptor), textRange);
break;
case Detector.IGNORE_PRIORITY:
if (problemElement instanceof PsiAnonymousClass) {
final PsiElement firstChild = psiElement.getFirstChild();