Package | Description |
---|---|
edu.umd.cs.findbugs.gui2 |
Modifier and Type | Method | Description |
---|---|---|
static Sortables |
Sortables.getSortableByPrettyName(java.lang.String name) |
|
Sortables[] |
MainFrame.sortables() |
|
static Sortables |
Sortables.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Sortables[] |
Sortables.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
BugSet.getAll(Sortables s) |
Gets all the string values out of the bugs in the set
|
Modifier and Type | Method | Description |
---|---|---|
static Matcher |
FilterFactory.makeMatcher(java.util.Collection<Sortables> sortables,
BugInstance bug) |
Constructor | Description |
---|---|
DeadBugFilter(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) |
|
FilterMatcher(Sortables filterBy,
java.lang.String value) |
Deprecated.
|
FilterMatcher(Sortables filterBy,
java.lang.String value,
edu.umd.cs.findbugs.gui2.FilterMatcher.FilterWhere mode) |
Deprecated.
|
SorterTableColumnModel(Sortables[] columnHeaders) |
Constructor | Description |
---|---|
SorterTableColumnModel(java.util.ArrayList<Sortables> columnHeaders) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.