Uses of Class
edu.umd.cs.findbugs.model.ClassFeatureSet
Packages that use ClassFeatureSet
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
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 ClassFeatureSetMethods in edu.umd.cs.findbugs that return types with arguments of type ClassFeatureSetMethods in edu.umd.cs.findbugs with parameters of type ClassFeatureSetModifier and TypeMethodDescriptionvoidBugCollection.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 ClassFeatureSetModifier and TypeMethodDescriptionClassFeatureSet.initialize(org.apache.bcel.classfile.JavaClass javaClass) Initialize from given JavaClass.Methods in edu.umd.cs.findbugs.model with parameters of type ClassFeatureSetModifier and TypeMethodDescriptionvoidSimilarClassFinder.add(ClassFeatureSet classFeatureSet) voidSimilarClassSet.addMember(ClassFeatureSet member) booleanSimilarClassSet.shouldContain(ClassFeatureSet candidate) static doubleClassFeatureSet.similarity(ClassFeatureSet a, ClassFeatureSet b) booleanClassFeatureSet.similarTo(ClassFeatureSet other)