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
Methods 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)