Class ProtoTruthMixedDescriptors

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

public final class ProtoTruthMixedDescriptors extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks that ProtoTruth's ignoringFields is passed field numbers from the correct proto.
Author:
ghm@google.com (Graeme Morgan)
See Also: