Class JodaWithDurationAddedLong

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

public final class JodaWithDurationAddedLong extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to JodaTime's type.withDurationAdded(long, int) where <type> = {Duration,Instant,DateTime}.
See Also: