Uses of Class
edu.umd.cs.findbugs.AppVersion
-
Packages that use AppVersion 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. -
-
Uses of AppVersion in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return AppVersion Modifier and Type Method Description AppVersion
BugCollection. getAppVersionFromSequenceNumber(long target)
Gets the AppVersion corresponding to the given sequence number.AppVersion
SortedBugCollection. getAppVersionFromSequenceNumber(long target)
AppVersion
BugCollection. getCurrentAppVersion()
Get the current AppVersion.AppVersion
SortedBugCollection. 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 Modifier and Type Method Description java.util.Iterator<AppVersion>
BugCollection. appVersionIterator()
Get an Iterator over AppVersions defined in the collection.java.util.Iterator<AppVersion>
SortedBugCollection. appVersionIterator()
Methods in edu.umd.cs.findbugs with parameters of type AppVersion Modifier and Type Method Description void
BugCollection. addAppVersion(AppVersion appVersion)
Add an AppVersion representing a version of the analyzed application.void
SortedBugCollection. addAppVersion(AppVersion appVersion)
-