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
Methods in edu.umd.cs.findbugs that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersionJavaVersion.getRuntimeVersion()Get the version of Java that we are currently running under.Methods in edu.umd.cs.findbugs with parameters of type JavaVersionModifier and TypeMethodDescriptionbooleanJavaVersion.isSameOrNewerThan(JavaVersion other) Return whether the Java version represented by this object is at least as recent as the one given.