Class InvalidJavaTimeConstant

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

public final class InvalidJavaTimeConstant extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
This checker errors on calls to java.time methods using values that are guaranteed to throw a DateTimeException.
Author:
kak@google.com (Kurt Alfred Kluever)
See Also: