Class LocalDateTemporalAmount

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

public final class LocalDateTemporalAmount extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Bans calls to LocalDate.plus(TemporalAmount) and LocalDate.minus(TemporalAmount) where the TemporalAmount is a non-zero Duration.
See Also: