edu.umd.cs.findbugs.model

Class MovedClassMap

public class MovedClassMap extends Object implements ClassNameRewriter

Build a map of added class names to removed class names. Serves as a ClassNameRewriter that can match up renamed classes in two BugCollections.

Author: David Hovemeyer

Constructor Summary
MovedClassMap(BugCollection before, BugCollection after)
Method Summary
MovedClassMapexecute()
booleanisEmpty()
StringrewriteClassName(String className)

Constructor Detail

MovedClassMap

public MovedClassMap(BugCollection before, BugCollection after)

Method Detail

execute

public MovedClassMap execute()

isEmpty

public boolean isEmpty()

rewriteClassName

public String rewriteClassName(String className)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.