Package org.twodividedbyzero.idea.findbugs.gui.intentions

Examples of org.twodividedbyzero.idea.findbugs.gui.intentions.GroupBugIntentionListPopupStep


        intentionActions.add(new SuppressReportBugIntentionAction(problemDescriptor));
        intentionActions.add(new SuppressReportBugForClassIntentionAction(problemDescriptor));
        intentionActions.add(new ClearBugIntentionAction(problemDescriptor));
        intentionActions.add(new ClearAndSuppressBugIntentionAction(problemDescriptor));

        final GroupBugIntentionListPopupStep intentionActionGroup = new GroupBugIntentionListPopupStep(_psiElement, intentionActions);
        intentionGroups.add(intentionActionGroup);
      }

      final JBPopupFactory factory = JBPopupFactory.getInstance();
      /*return factory.createListPopup(new BaseListPopupStep<SuppressIntentionAction>(FindBugsPluginConstants.PLUGIN_NAME, intentionActions) {
View Full Code Here

TOP

Related Classes of org.twodividedbyzero.idea.findbugs.gui.intentions.GroupBugIntentionListPopupStep

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.