Uses of Package
edu.umd.cs.findbugs.model
-
Packages that use edu.umd.cs.findbugs.model 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. -
Classes in edu.umd.cs.findbugs.model used by edu.umd.cs.findbugs Class Description ClassFeatureSet Features of a class which may be used to identify it if it is renamed or modified.ClassNameRewriter Rewrite class names. -
Classes in edu.umd.cs.findbugs.model used by edu.umd.cs.findbugs.model Class Description ClassFeatureSet Features of a class which may be used to identify it if it is renamed or modified.ClassNameRewriter Rewrite class names.IdentityClassNameRewriter ClassNameRewriter that leaves classes names unchanged.MovedClassMap Build a map of added class names to removed class names.RegenerateClassFeatures Repopulate a BugCollection with class features from the classes in a specified jar file.SimilarClassSet A set of classes considered similar because of their features.