Class ProtocolBufferOrdinal

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

public class ProtocolBufferOrdinal extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Points out if #ordinal() is called on a Protocol Buffer Enum.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: