Package | Description |
---|---|
edu.umd.cs.findbugs.ba.ch | |
edu.umd.cs.findbugs.ba.jsr305 |
Support for analyzing code containing JSR-305 type qualifier annotations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OverriddenMethodsVisitor |
This class implements a best-effort visitation of all methods overridden by a
given derived instance method.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Subtypes2.traverseSupertypesDepthFirst(ClassDescriptor start,
SupertypeTraversalVisitor visitor) |
Starting at the class or interface named by the given ClassDescriptor,
traverse the inheritance graph depth first, visiting each class only
once.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMethodAnnotationAccumulator |
Accumulate type qualifier annotations on method, taking supertype methods
into account.
|
class |
ParameterAnnotationAccumulator |
Accumulate type qualifier annotations for a method parameter.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.