Uses of Interface
edu.umd.cs.findbugs.model.ClassNameRewriter
-
Packages that use ClassNameRewriter 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 ClassNameRewriter in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ClassNameRewriter Modifier and Type Field Description private ClassNameRewriterFuzzyBugComparator. classNameRewriterprivate ClassNameRewriterSloppyBugComparator. classNameRewriterprivate ClassNameRewriterVersionInsensitiveBugComparator. classNameRewriterMethods in edu.umd.cs.findbugs with parameters of type ClassNameRewriter Modifier and Type Method Description voidFuzzyBugComparator. 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 ClassNameRewriter Modifier and Type Class Description classIdentityClassNameRewriterClassNameRewriter that leaves classes names unchanged.classMovedClassMapBuild a map of added class names to removed class names.Methods in edu.umd.cs.findbugs.model with parameters of type ClassNameRewriter Modifier and Type Method Description static 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 java.lang.StringClassNameRewriterUtil. rewriteMethodSignature(ClassNameRewriter classNameRewriter, java.lang.String methodSignature)Rewrite a method signature.static java.lang.StringClassNameRewriterUtil. rewriteSignature(ClassNameRewriter classNameRewriter, java.lang.String signature)Rewrite a signature.
-