-
Annotation Types Annotation Type Description com.google.errorprone.annotations.concurrent.LockMethod the correctness of this annotation is not enforced; it will soon be removed.com.google.errorprone.annotations.concurrent.UnlockMethod the correctness of this annotation is not enforced; it will soon be removed.
-
Constructors Constructor Description com.google.errorprone.VisitorState(Context) If VisitorState is needed, useVisitorState.createForUtilityPurposes(com.sun.tools.javac.util.Context)
, otherwise just use utility methods in ASTHelpers that don't need VisitorSate.com.google.errorprone.VisitorState(Context, DescriptionListener) Use the equivalent factory methodVisitorState.createForCustomFindingCollection(com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener)
.com.google.errorprone.VisitorState(Context, DescriptionListener, Map<String, BugPattern.SeverityLevel>, ErrorProneOptions)
-
Annotation Type Elements Annotation Type Element Description com.google.errorprone.annotations.IncompatibleModifiers.value() useIncompatibleModifiers.modifier()
insteadcom.google.errorprone.annotations.RequiredModifiers.value() useRequiredModifiers.modifier()
insteadcom.google.errorprone.BugPattern.generateExamplesFromTestCases() this is a no-op that will be removed in the future
Matcher<ExpressionTree>
instead of referring directly to this type.