|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassAnnotation | |
|---|---|
| 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. |
| Uses of ClassAnnotation in edu.umd.cs.findbugs |
|---|
| Methods in edu.umd.cs.findbugs that return ClassAnnotation | |
|---|---|
ClassAnnotation |
ClassWarningSuppressor.getClassAnnotation()
|
ClassAnnotation |
BugInstance.getPrimaryClass()
Get the primary class annotation, which indicates where the bug occurs. |
| Methods in edu.umd.cs.findbugs with parameters of type ClassAnnotation | |
|---|---|
int |
FuzzyBugComparator.compareClasses(BugCollection lhsCollection,
BugCollection rhsCollection,
ClassAnnotation lhsClass,
ClassAnnotation rhsClass)
|
void |
BugAnnotationVisitor.visitClassAnnotation(ClassAnnotation classAnnotation)
|
| Constructors in edu.umd.cs.findbugs with parameters of type ClassAnnotation | |
|---|---|
ClassWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz)
|
|
FieldWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
FieldAnnotation field)
|
|
MethodWarningSuppressor(java.lang.String bugPattern,
ClassAnnotation clazz,
MethodAnnotation method)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||