Class DuplicateMapKeys

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

public class DuplicateMapKeys extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Flags duplicate keys used in ImmutableMap construction.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: