Class ProtoRedundantSet

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

public final class ProtoRedundantSet extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks that protocol buffers built with chained builders don't set the same field twice.
Author:
[email protected] (Graeme Morgan)
See Also: