Class JodaDurationWithMillis

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

public final class JodaDurationWithMillis extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to duration.withMillis(long).
See Also: