Uses of Interface
edu.umd.cs.findbugs.model.ClassNameRewriter
Packages that use ClassNameRewriter
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 ClassNameRewriter in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type ClassNameRewriterModifier and TypeMethodDescriptionvoidFuzzyBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter) voidSloppyBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter) voidVersionInsensitiveBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter) voidWarningComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter) -
Uses of ClassNameRewriter in edu.umd.cs.findbugs.model
Classes in edu.umd.cs.findbugs.model that implement ClassNameRewriterModifier and TypeClassDescriptionclassClassNameRewriter that leaves classe names unchanged.classBuild a map of added class names to removed class names.Methods in edu.umd.cs.findbugs.model with parameters of type ClassNameRewriterModifier and TypeMethodDescriptionstatic FieldAnnotationClassNameRewriterUtil.convertFieldAnnotation(ClassNameRewriter classNameRewriter, FieldAnnotation annotation) Rewrite a FieldAnnotation to update the class name and field signature, if needed.static MethodAnnotationClassNameRewriterUtil.convertMethodAnnotation(ClassNameRewriter classNameRewriter, MethodAnnotation annotation) Rewrite a MethodAnnotation to update the class name, and any class names mentioned in the method signature.static StringClassNameRewriterUtil.rewriteMethodSignature(ClassNameRewriter classNameRewriter, String methodSignature) Rewrite a method signature.static StringClassNameRewriterUtil.rewriteSignature(ClassNameRewriter classNameRewriter, String signature) Rewrite a signature.