Class FilterFromBugPicker

java.lang.Object
edu.umd.cs.findbugs.gui2.FilterFromBugPicker

final class FilterFromBugPicker extends Object
Creates a list of options on for filtering bugs based on the current bug selected. Gives the option to invert the created filter by wrapping it in a NotMatcher.
  • Field Details

  • Constructor Details

  • Method Details

    • buildPanel

      private JPanel buildPanel()
    • addFilterLikeCheckboxes

      private void addFilterLikeCheckboxes(JPanel center)
    • addNotFilterOption

      private void addNotFilterOption(JPanel center)
    • pickerPanel

      public JPanel pickerPanel()
    • makeMatcherFromSelection

      public Matcher makeMatcherFromSelection()