Class FloggerPerWithoutRateLimit

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

public class FloggerPerWithoutRateLimit extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks for usages of per without a corresponding call to atMostEvery, every, or onAverageEvery in the same logging chain.
See Also: