Uses of Class
edu.umd.cs.findbugs.AppVersion
Packages that use AppVersion
Package
Description
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
Fields in edu.umd.cs.findbugs with type parameters of type AppVersionModifier and TypeFieldDescriptionprivate final List<AppVersion> SortedBugCollection.appVersionListMethods in edu.umd.cs.findbugs that return AppVersionModifier and TypeMethodDescriptionBugCollection.getAppVersionFromSequenceNumber(long target) Gets the AppVersion corresponding to the given sequence number.SortedBugCollection.getAppVersionFromSequenceNumber(long target) BugCollection.getCurrentAppVersion()Get the current AppVersion.SortedBugCollection.getCurrentAppVersion()Get the current AppVersion.AppVersion.setCodeSize(int codeSize) AppVersion.setNumClasses(int numClasses) AppVersion.setReleaseName(String releaseName) AppVersion.setTimestamp(long timestamp) Methods in edu.umd.cs.findbugs that return types with arguments of type AppVersionModifier and TypeMethodDescriptionBugCollection.appVersionIterator()Get an Iterator over AppVersions defined in the collection.SortedBugCollection.appVersionIterator()Methods in edu.umd.cs.findbugs with parameters of type AppVersionModifier and TypeMethodDescriptionvoidBugCollection.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 AppVersionModifier and TypeFieldDescription(package private) Map<Long, AppVersion> MineBugHistory.sequenceToAppVersionMapMethod parameters in edu.umd.cs.findbugs.workflow with type arguments of type AppVersionModifier and TypeMethodDescriptionprivate static longFilter.FilterCommandLine.getAppropriateSeq(SortedMap<Long, AppVersion> timeStamps, long when, boolean roundToLaterVersion) static longFilter.FilterCommandLine.getVersionNum(Map<String, AppVersion> versions, SortedMap<Long, AppVersion> timeStamps, String val, boolean roundToLaterVersion, long currentSeqNum) static longFilter.FilterCommandLine.getVersionNum(Map<String, AppVersion> versions, SortedMap<Long, AppVersion> timeStamps, String val, boolean roundToLaterVersion, long currentSeqNum)