Detector
, Priorities
, UseAnnotationDatabase
public class InconsistentAnnotations extends java.lang.Object implements Detector, UseAnnotationDatabase
Modifier and Type | Field | Description |
---|---|---|
TypeQualifierValue<?> |
nonnullTypeQualifierValue |
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
Constructor | Description |
---|---|
InconsistentAnnotations(BugReporter reporter) |
Modifier and Type | Method | Description |
---|---|---|
void |
report() |
This method is called after all classes to be visited.
|
void |
visitClassContext(ClassContext classContext) |
Visit the ClassContext for a class which should be analyzed for instances
of bug patterns.
|
public final TypeQualifierValue<?> nonnullTypeQualifierValue
public InconsistentAnnotations(BugReporter reporter)
public void visitClassContext(ClassContext classContext)
Detector
visitClassContext
in interface Detector
classContext
- the ClassContextFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.