Uses of Class
edu.umd.cs.findbugs.JavaVersion
Packages that use JavaVersion
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 JavaVersion in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as JavaVersionModifier and TypeFieldDescriptionstatic final JavaVersion
JavaVersion.JAVA_1_5
StaticConstant for Java 1.5 (Tiger).Methods in edu.umd.cs.findbugs that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersion
JavaVersion.getRuntimeVersion()
Get the version of Java that we are currently running under.Methods in edu.umd.cs.findbugs with parameters of type JavaVersionModifier and TypeMethodDescriptionboolean
JavaVersion.isSameOrNewerThan
(JavaVersion other) Return whether the Java version represented by this object is at least as recent as the one given.