|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaVersion | |
---|---|
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 | |
---|---|
static JavaVersion |
JavaVersion.JAVA_1_5
Constant for Java 1.5 (Tiger). |
Methods in edu.umd.cs.findbugs that return JavaVersion | |
---|---|
static JavaVersion |
JavaVersion.getRuntimeVersion()
Get the version of Java that we are currently running under. |
Methods in edu.umd.cs.findbugs with parameters of type JavaVersion | |
---|---|
boolean |
JavaVersion.isSameOrNewerThan(JavaVersion other)
Return whether the Java version represented by this object is at least as recent as the one given. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |