Class JavaInstantGetSecondsGetNano

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

public final class JavaInstantGetSecondsGetNano extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
This checker warns about calls to instant.getNano() without a corresponding "nearby" call to instant.getEpochSecond().
Author:
kak@google.com (Kurt Alfred Kluever)
See Also: