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.model |
Eventually, all model classes (BugInstance, BugCollection, etc.) should go
in this package.
|
Modifier and Type | Method and Description |
---|---|
ClassFeatureSet |
SortedBugCollection.getClassFeatureSet(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ClassFeatureSet> |
SortedBugCollection.classFeatureSetIterator() |
Modifier and Type | Method and Description |
---|---|
void |
SortedBugCollection.setClassFeatureSet(ClassFeatureSet classFeatureSet) |
void |
BugCollection.setClassFeatureSet(ClassFeatureSet classFeatureSet) |
Modifier and Type | Method and Description |
---|---|
ClassFeatureSet |
ClassFeatureSet.initialize(org.apache.bcel.classfile.JavaClass javaClass)
Initialize from given JavaClass.
|
Modifier and Type | Method and Description |
---|---|
void |
SimilarClassFinder.add(ClassFeatureSet classFeatureSet) |
void |
SimilarClassSet.addMember(ClassFeatureSet member) |
boolean |
SimilarClassSet.shouldContain(ClassFeatureSet candidate) |
static double |
ClassFeatureSet.similarity(ClassFeatureSet a,
ClassFeatureSet b) |
boolean |
ClassFeatureSet.similarTo(ClassFeatureSet other) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.