Class MathRoundIntLong

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

public final class MathRoundIntLong extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Check for calls to Math's Math.round(float) with an integer or long parameter.
Author:
seibelsabrina@google.com (Sabrina Seibel)
See Also: