Uses of Class
edu.umd.cs.findbugs.JavaVersion
-
Packages that use JavaVersion 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 JavaVersion in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as JavaVersion Modifier and Type Field Description static JavaVersionJavaVersion. JAVA_1_5StaticConstant for Java 1.5 (Tiger).Methods in edu.umd.cs.findbugs that return JavaVersion Modifier and Type Method Description static JavaVersionJavaVersion. getRuntimeVersion()Get the version of Java that we are currently running under.Methods in edu.umd.cs.findbugs with parameters of type JavaVersion Modifier and Type Method Description booleanJavaVersion. isSameOrNewerThan(JavaVersion other)Return whether the Java version represented by this object is at least as recent as the one given.
-