Class ThrowIfUncheckedKnownChecked

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

public class ThrowIfUncheckedKnownChecked extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Catches no-op calls to Throwables.throwIfUnchecked.
See Also: