|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppVersion | |
---|---|
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. |
Uses of AppVersion in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return AppVersion | |
---|---|
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)
|
Methods in edu.umd.cs.findbugs that return types with arguments of type AppVersion | |
---|---|
java.util.Iterator<AppVersion> |
SortedBugCollection.appVersionIterator()
|
java.util.Iterator<AppVersion> |
BugCollection.appVersionIterator()
Get an Iterator over AppVersions defined in the collection. |
Methods in edu.umd.cs.findbugs with parameters of type AppVersion | |
---|---|
void |
SortedBugCollection.addAppVersion(AppVersion appVersion)
|
void |
BugCollection.addAppVersion(AppVersion appVersion)
Add an AppVersion representing a version of the analyzed application. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |