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.
|
edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
edu.umd.cs.findbugs.ba.ch | |
edu.umd.cs.findbugs.classfile |
A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
|
edu.umd.cs.findbugs.classfile.analysis |
Classes of objects that are the result of executing an analysis
engine on a class or method. The classes in this particular package are
those that are independent of any particular bytecode-analysis framework
(e.g., BCEL or ASM). Two important classes in this package are
ClassData, which represents the raw data of a class, and ClassInfo,
which represents symbolic information parsed from the class data.
|
edu.umd.cs.findbugs.visitclass |
Modifier and Type | Method and Description |
---|---|
static XClass |
Lookup.findImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic) |
static XClass |
Lookup.findImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic,
BugReporter bugReporter) |
static XClass |
Lookup.findSuperImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic) |
static XClass |
Lookup.findSuperImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic,
BugReporter bugReporter) |
static XClass |
Lookup.getXClass(ClassDescriptor c) |
static XClass |
Lookup.getXClass(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchHandler.enterSwitch(DismantleBytecode dbc,
XClass enumType) |
static XClass |
Lookup.findImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic) |
static XClass |
Lookup.findImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic,
BugReporter bugReporter) |
static XClass |
Lookup.findSuperImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic) |
static XClass |
Lookup.findSuperImplementor(XClass clazz,
java.lang.String name,
java.lang.String signature,
boolean isStatic,
BugReporter bugReporter) |
Modifier and Type | Method and Description |
---|---|
XClass |
ClassContext.getXClass() |
XClass |
XFactory.getXClass(ClassDescriptor classDescriptor)
Get the XClass object providing information about the class named by the
given ClassDescriptor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<XClass> |
AnalysisContext.getXClassCollection()
Get Collection of all XClass objects seen so far.
|
Modifier and Type | Method and Description |
---|---|
static XMethod |
Hierarchy2.findInvocationLeastUpperBound(XClass jClass,
java.lang.String methodName,
java.lang.String methodSig,
boolean invokeStatic,
boolean invokeInterface) |
static XMethod |
Hierarchy2.findInvocationLeastUpperBound0(XClass jClass,
java.lang.String methodName,
java.lang.String methodSig,
boolean invokeStatic,
boolean invokeInterface) |
void |
XFactory.intern(XClass c) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<XClass> |
Subtypes2.getXClassCollection()
Get Collection of all XClass objects (resolved classes) seen so far.
|
Modifier and Type | Method and Description |
---|---|
void |
Subtypes2.addApplicationClass(XClass appXClass)
Add an application class, and its transitive supertypes, to the
inheritance graph.
|
void |
Subtypes2.addClass(XClass xclass)
Add a class or interface, and its transitive supertypes, to the
inheritance graph.
|
boolean |
SupertypeTraversalVisitor.visitClass(ClassDescriptor classDescriptor,
XClass xclass)
Visit a class vertex in the inheritance graph.
|
boolean |
OverriddenMethodsVisitor.visitClass(ClassDescriptor classDescriptor,
XClass xclass) |
boolean |
InheritanceGraphVisitor.visitClass(ClassDescriptor classDescriptor,
XClass xclass)
Visit a class vertex in the inheritance graph.
|
boolean |
InheritanceGraphVisitor.visitEdge(ClassDescriptor sourceDesc,
XClass source,
ClassDescriptor targetDesc,
XClass target)
Visit an inheritance edge in the inheritance graph.
|
Modifier and Type | Method and Description |
---|---|
XClass |
ClassDescriptor.getXClass() |
Modifier and Type | Class and Description |
---|---|
class |
ClassInfo
ClassInfo represents important metadata about a loaded class, such as its
superclass, access flags, codebase entry, etc.
|
Modifier and Type | Method and Description |
---|---|
XClass |
PreorderVisitor.getXClass() |
XClass |
DismantleBytecode.getXClassOperand() |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.