Package edu.umd.cs.findbugs.gui2
Class FilterFromBugPicker
java.lang.Object
edu.umd.cs.findbugs.gui2.FilterFromBugPicker
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final BugInstance
private final JCheckBox
private final JPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addFilterLikeCheckboxes
(JPanel center) private void
addNotFilterOption
(JPanel center) private JPanel
-
Field Details
-
map
-
bug
-
availableSortables
-
pickerPanel
-
notFilterCheck
-
-
Constructor Details
-
FilterFromBugPicker
-
-
Method Details
-
buildPanel
-
addFilterLikeCheckboxes
-
addNotFilterOption
-
pickerPanel
-
makeMatcherFromSelection
-