Uses of Class
com.google.errorprone.bugpatterns.AbstractMockChecker.Reason
Package
Description
Checks added to the java compiler which detect common bug patterns.
-
Uses of AbstractMockChecker.Reason in com.google.errorprone.bugpatterns
Modifier and TypeMethodDescriptionAbstractMockChecker.MockForbidder.forbidReason
(com.sun.tools.javac.code.Type type, VisitorState state) If the given type should not be mocked, provide an explanation why.