Uses of Interface
com.google.errorprone.DescriptionListener
Packages that use DescriptionListener
Package
Description
-
Uses of DescriptionListener in com.google.errorprone
Classes in com.google.errorprone that implement DescriptionListenerModifier and TypeClassDescriptionclassMaking our errors appear to the user and break their build.Methods in com.google.errorprone that return DescriptionListenerModifier and TypeMethodDescriptionDescriptionListener.Factory.getDescriptionListener(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation) RefactoringCollection.getDescriptionListener(com.sun.tools.javac.util.Log log, com.sun.tools.javac.tree.JCTree.JCCompilationUnit compilation) Methods in com.google.errorprone with parameters of type DescriptionListenerModifier and TypeMethodDescriptionvoidCodeTransformer.apply(TreePath path, com.sun.tools.javac.util.Context context, DescriptionListener listener) Apply recursively from the leaf node in the givenTreePath.voidCompositeCodeTransformer.apply(TreePath path, com.sun.tools.javac.util.Context context, DescriptionListener listener) static VisitorStateVisitorState.createConfiguredForCompilation(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Return a VisitorState configured for a new compilation, including Error Prone configuration.static VisitorStateVisitorState.createForCustomFindingCollection(com.sun.tools.javac.util.Context context, DescriptionListener listener) Return a VisitorState that has no Error Prone configuration, but can report findings tolistener.Constructors in com.google.errorprone with parameters of type DescriptionListenerModifierConstructorDescriptionVisitorState(com.sun.tools.javac.util.Context context, DescriptionListener listener) Deprecated.VisitorState(com.sun.tools.javac.util.Context context, DescriptionListener listener, Map<String, BugPattern.SeverityLevel> severityMap, ErrorProneOptions errorProneOptions) Deprecated.Use the equivalent factory methodVisitorState.createConfiguredForCompilation(Context, DescriptionListener, Map, ErrorProneOptions). -
Uses of DescriptionListener in com.google.errorprone.apply
Classes in com.google.errorprone.apply that implement DescriptionListenerModifier and TypeClassDescriptionfinal classImplementation of aDiffthat performs the modifications that are passed to itsDescriptionBasedDiff.onDescribed(Description)method, with no formatting. -
Uses of DescriptionListener in com.google.errorprone.refaster
Methods in com.google.errorprone.refaster with parameters of type DescriptionListenerModifier and TypeMethodDescriptionvoidRefasterRule.apply(TreePath path, com.sun.tools.javac.util.Context context, DescriptionListener listener) -
Uses of DescriptionListener in com.google.errorprone.scanner
Methods in com.google.errorprone.scanner with parameters of type DescriptionListenerModifier and TypeMethodDescriptionvoidErrorProneScannerTransformer.apply(TreePath tree, com.sun.tools.javac.util.Context context, DescriptionListener listener)
VisitorState.createForCustomFindingCollection(Context, DescriptionListener).