Package | Description |
---|---|
edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
|
Modifier and Type | Method and Description |
---|---|
AppVersion |
SortedBugCollection.getAppVersionFromSequenceNumber(long target) |
AppVersion |
BugCollection.getAppVersionFromSequenceNumber(long target)
Gets the AppVersion corresponding to the given sequence number.
|
AppVersion |
SortedBugCollection.getCurrentAppVersion()
Get the current AppVersion.
|
AppVersion |
BugCollection.getCurrentAppVersion()
Get the current AppVersion.
|
AppVersion |
AppVersion.setCodeSize(int codeSize) |
AppVersion |
AppVersion.setNumClasses(int numClasses) |
AppVersion |
AppVersion.setReleaseName(java.lang.String releaseName) |
AppVersion |
AppVersion.setTimestamp(long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AppVersion> |
SortedBugCollection.appVersionIterator() |
java.util.Iterator<AppVersion> |
BugCollection.appVersionIterator()
Get an Iterator over AppVersions defined in the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
SortedBugCollection.addAppVersion(AppVersion appVersion) |
void |
BugCollection.addAppVersion(AppVersion appVersion)
Add an AppVersion representing a version of the analyzed application.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.