edu.umd.cs.findbugs.model

Class IdentityClassNameRewriter

public class IdentityClassNameRewriter extends Object implements ClassNameRewriter, Serializable

ClassNameRewriter that leaves classe names unchanged.

Author: David Hovemeyer

Method Summary
static IdentityClassNameRewriterinstance()
Get the single instance.
StringrewriteClassName(String className)

Method Detail

instance

public static IdentityClassNameRewriter instance()
Get the single instance.

Returns: the instance

rewriteClassName

public String rewriteClassName(String className)

See Also: ClassNameRewriter

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