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 | Description |
---|---|---|
static JavaVersion |
JavaVersion.JAVA_1_5 |
Constant for Java 1.5 (Tiger).
|
Modifier and Type | Method | Description |
---|---|---|
static JavaVersion |
JavaVersion.getRuntimeVersion() |
Get the version of Java that we are currently
running under.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
JavaVersion.isSameOrNewerThan(JavaVersion other) |
Return whether the Java version represented by this
object is at least as recent as the one given.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.