edu.umd.cs.findbugs.gui2 |
|
Java Source File Name | Type | Comment |
AboutDialog.java | Class | The Help:About dialog. |
AnalysisCallback.java | Interface | |
AnalyzingDialog.java | Class | |
BugAspects.java | Class | These are the branches in our tree, each branch forms a complete query that could be sent
to the main bugset to return all the bugs it contains
For example, a single bugAspects could be or it could be ,
,,
In this implementation, , is different from
,. |
BugLeafNode.java | Class | |
BugLoader.java | Class | Everything having to do with loading bugs should end up here. |
BugRenderer.java | Class | |
BugSaver.java | Class | |
BugSet.java | Class | BugSet is what we use instead of SortedBugCollections. |
BugTreeModel.java | Class | |
CheckBoxList.java | Class | |
CommentsArea.java | Class | |
CompoundMatcher.java | Class | Holds a bunch of matchers, and only matches a bug if all
the submatchers match it. |
DeadBugFilter.java | Class | |
Debug.java | Class | For debugging purposes only... |
DockLayout.java | Class | |
Driver.java | Class | This is where it all begins
run with -f int to set font size
run with -clear to clear recent projects menu, or any other issues with program not starting properly due to
something being corrupted (or just faulty) in backend store for GUISaveState. |
FBDialog.java | Class | All Dialogs are FBDialogs so font size will work. |
FBFileChooser.java | Class | |
FBFrame.java | Class | |
FilterActivity.java | Class | |
FilterFactory.java | Class | |
FilterListener.java | Interface | Implemented by BugTreeModel. |
FilterMatcher.java | Class | Why this wasn't just called Filter is still somewhat of a mystery. |
FindBugsAnalysisFileFilter.java | Class | |
FindBugsFBAFileFilter.java | Class | |
FindBugsFBPFileFilter.java | Class | |
FindBugsFileFilter.java | Class | |
FindBugsFilterFileFilter.java | Class | |
FindBugsLayoutManager.java | Interface | |
FindBugsLayoutManagerFactory.java | Class | |
FindBugsProjectFileFilter.java | Class | |
GUISaveState.java | Class | |
HashList.java | Class | A list with ArrayList's fast add and set operations,
and HashMap's fast contains and indexOf() operations. |
HashListTest.java | Class | |
HelpDialog.java | Class | TODO: Write this class. |
MainFrame.java | Class | |
NewFilterFrame.java | Class | |
NewFilterFromBug.java | Class | |
NewProjectWizard.java | Class | The User Interface for creating a Project and editing it after the fact. |
OriginalGUI2ProjectFile.java | Class | |
OSXAdapter.java | Class | |
PreferencesFrame.java | Class | |
ProjectSettings.java | Class | This is the .fas file stored when projects are saved
All project related information goes here. |
PropertiesDialog.java | Class | This is the properties dialog of the GUI. |
RecentMenu.java | Class | |
SaveType.java | enum | |
Sortables.java | enum | |
SortableStringComparator.java | Class | |
SorterDialog.java | Class | This is the window that pops up when the user double clicks on the sorting table
Its also available from the menu if they remove all Sortables. |
SorterTableColumnModel.java | Class | |
SourceCodeDisplay.java | Class | |
SplashFrame.java | Class | |
SplitLayout.java | Class | |
SpringUtilities.java | Class | A 1.4 file that provides utility methods for
creating form- or grid-style layouts with SpringLayout. |
StackedFilterMatcher.java | Class | Filter out bugs which fail (match) all filters. |
SuppressionMatcher.java | Class | |
SwingThread.java | Annotation | |
TabbedLayout.java | Class | |
Util.java | Class | |