Class MovedClassMap

java.lang.Object
edu.umd.cs.findbugs.model.MovedClassMap
All Implemented Interfaces:
ClassNameRewriter

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