FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.model.ClassNameRewriter

Packages that use ClassNameRewriter
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
 

Methods in edu.umd.cs.findbugs with parameters of type ClassNameRewriter
 void WarningComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter)
           
 void SloppyBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter)
           
 void VersionInsensitiveBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter)
           
 void FuzzyBugComparator.setClassNameRewriter(ClassNameRewriter classNameRewriter)
           
 

Uses of ClassNameRewriter in edu.umd.cs.findbugs.model
 

Classes in edu.umd.cs.findbugs.model that implement ClassNameRewriter
 class IdentityClassNameRewriter
          ClassNameRewriter that leaves classe names unchanged.
 class MovedClassMap
          Build a map of added class names to removed class names.
 

Methods in edu.umd.cs.findbugs.model with parameters of type ClassNameRewriter
static FieldAnnotation ClassNameRewriterUtil.convertFieldAnnotation(ClassNameRewriter classNameRewriter, FieldAnnotation annotation)
          Rewrite a FieldAnnotation to update the class name and field signature, if needed.
static MethodAnnotation ClassNameRewriterUtil.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.String ClassNameRewriterUtil.rewriteMethodSignature(ClassNameRewriter classNameRewriter, java.lang.String methodSignature)
          Rewrite a method signature.
static java.lang.String ClassNameRewriterUtil.rewriteSignature(ClassNameRewriter classNameRewriter, java.lang.String signature)
          Rewrite a signature.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.