FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.model.ClassFeatureSet

Packages that use ClassFeatureSet
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. 
 

Uses of ClassFeatureSet in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs that return ClassFeatureSet
 ClassFeatureSet SortedBugCollection.getClassFeatureSet(java.lang.String className)
           
 

Methods in edu.umd.cs.findbugs that return types with arguments of type ClassFeatureSet
 java.util.Iterator<ClassFeatureSet> SortedBugCollection.classFeatureSetIterator()
           
 

Methods in edu.umd.cs.findbugs with parameters of type ClassFeatureSet
 void SortedBugCollection.setClassFeatureSet(ClassFeatureSet classFeatureSet)
           
 void BugCollection.setClassFeatureSet(ClassFeatureSet classFeatureSet)
           
 

Uses of ClassFeatureSet in edu.umd.cs.findbugs.model
 

Methods in edu.umd.cs.findbugs.model that return ClassFeatureSet
 ClassFeatureSet ClassFeatureSet.initialize(org.apache.bcel.classfile.JavaClass javaClass)
          Initialize from given JavaClass.
 

Methods in edu.umd.cs.findbugs.model with parameters of type ClassFeatureSet
 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™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.