Class MixedDescriptors

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

public final class MixedDescriptors extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks for calls to Descriptor#findFieldByNumber with field numbers from a different proto.
Author:
ghm@google.com (Graeme Morgan)
See Also: