Class JavaLocalTimeGetNano

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

public final class JavaLocalTimeGetNano extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
This checker warns about calls to LocalTime.getNano() without a corresponding "nearby" call to LocalTime.getSecond().
See Also: