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 AppVersionBugCollection. getAppVersionFromSequenceNumber(long target)Gets the AppVersion corresponding to the given sequence number.AppVersionSortedBugCollection. getAppVersionFromSequenceNumber(long target)AppVersionBugCollection. getCurrentAppVersion()Get the current AppVersion.AppVersionSortedBugCollection. getCurrentAppVersion()Get the current AppVersion.AppVersionAppVersion. setCodeSize(int codeSize)AppVersionAppVersion. setNumClasses(int numClasses)AppVersionAppVersion. setReleaseName(java.lang.String releaseName)AppVersionAppVersion. 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 voidBugCollection. addAppVersion(AppVersion appVersion)Add an AppVersion representing a version of the analyzed application.voidSortedBugCollection. addAppVersion(AppVersion appVersion)
-