|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.model.MovedClassMap
public class MovedClassMap
Build a map of added class names to removed class names. Serves as a ClassNameRewriter that can match up renamed classes in two BugCollections.
Constructor Summary | |
---|---|
MovedClassMap(BugCollection before,
BugCollection after)
|
Method Summary | |
---|---|
MovedClassMap |
execute()
|
boolean |
isEmpty()
|
java.lang.String |
rewriteClassName(java.lang.String className)
Rewrite a class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MovedClassMap(BugCollection before, BugCollection after)
Method Detail |
---|
public MovedClassMap execute()
public boolean isEmpty()
public java.lang.String rewriteClassName(java.lang.String className)
ClassNameRewriter
rewriteClassName
in interface ClassNameRewriter
className
- a class name
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |