Class ProtoTimestampGetSecondsGetNano

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

public final class ProtoTimestampGetSecondsGetNano extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
This checker warns about accessing the underlying nanosecond-adjustment field of a protobuf timestamp without a "nearby" access of the underlying seconds field.
Author:
kak@google.com (Kurt Alfred Kluever)
See Also: