Uses of Class
edu.umd.cs.findbugs.model.ClassFeatureSet
-
Packages that use ClassFeatureSet 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. -
-
Uses of ClassFeatureSet in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return ClassFeatureSet Modifier and Type Method Description ClassFeatureSetSortedBugCollection. getClassFeatureSet(java.lang.String className)Methods in edu.umd.cs.findbugs that return types with arguments of type ClassFeatureSet Modifier and Type Method Description java.util.Iterator<ClassFeatureSet>SortedBugCollection. classFeatureSetIterator()Methods in edu.umd.cs.findbugs with parameters of type ClassFeatureSet Modifier and Type Method Description voidBugCollection. setClassFeatureSet(ClassFeatureSet classFeatureSet)voidSortedBugCollection. setClassFeatureSet(ClassFeatureSet classFeatureSet) -
Uses of ClassFeatureSet in edu.umd.cs.findbugs.model
Methods in edu.umd.cs.findbugs.model that return ClassFeatureSet Modifier and Type Method Description ClassFeatureSetClassFeatureSet. initialize(org.apache.bcel.classfile.JavaClass javaClass)Initialize from given JavaClass.Methods in edu.umd.cs.findbugs.model with parameters of type ClassFeatureSet Modifier and Type Method Description voidSimilarClassFinder. add(ClassFeatureSet classFeatureSet)voidSimilarClassSet. addMember(ClassFeatureSet member)booleanSimilarClassSet. shouldContain(ClassFeatureSet candidate)static doubleClassFeatureSet. similarity(ClassFeatureSet a, ClassFeatureSet b)booleanClassFeatureSet. similarTo(ClassFeatureSet other)
-