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.edu.umd.cs.findbugs.workflow -
-
Uses of AppVersion in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type AppVersion Modifier and Type Field Description private java.util.List<AppVersion>SortedBugCollection. appVersionListMethods 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) -
Uses of AppVersion in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow with type parameters of type AppVersion Modifier and Type Field Description (package private) java.util.Map<java.lang.Long,AppVersion>MineBugHistory. sequenceToAppVersionMapMethod parameters in edu.umd.cs.findbugs.workflow with type arguments of type AppVersion Modifier and Type Method Description private static longFilter.FilterCommandLine. getAppropriateSeq(java.util.SortedMap<java.lang.Long,AppVersion> timeStamps, long when, boolean roundToLaterVersion)static longFilter.FilterCommandLine. getVersionNum(java.util.Map<java.lang.String,AppVersion> versions, java.util.SortedMap<java.lang.Long,AppVersion> timeStamps, java.lang.String val, boolean roundToLaterVersion, long currentSeqNum)static longFilter.FilterCommandLine. getVersionNum(java.util.Map<java.lang.String,AppVersion> versions, java.util.SortedMap<java.lang.Long,AppVersion> timeStamps, java.lang.String val, boolean roundToLaterVersion, long currentSeqNum)
-