Class PreferPreconditions

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

public final class PreferPreconditions extends BugChecker implements BugChecker.IfTreeMatcher
A check that suggests using Preconditions instead of explicit if-throw checks on method parameters.
See Also: