Class DeduplicateConstants

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.DeduplicateConstants
All Implemented Interfaces:
BugChecker.CompilationUnitTreeMatcher, Suppressible, Serializable

public class DeduplicateConstants extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
A checker that suggests deduplicating literals with existing constant variables.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also: