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. |
Modifier and Type | Field and Description |
---|---|
static JavaVersion |
JavaVersion.JAVA_1_5
StaticConstant for Java 1.5 (Tiger).
|
Modifier and Type | Method and Description |
---|---|
static JavaVersion |
JavaVersion.getRuntimeVersion()
Get the version of Java that we are currently running under.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JavaVersion.isSameOrNewerThan(JavaVersion other)
Return whether the Java version represented by this object is at least as
recent as the one given.
|
SpotBugs is licensed under the LGPL.