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 TypeClassDescriptionclass
Making 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 TypeMethodDescriptionvoid
CodeTransformer.apply
(com.sun.source.util.TreePath path, com.sun.tools.javac.util.Context context, DescriptionListener listener) Apply recursively from the leaf node in the givenTreePath
.void
CompositeCodeTransformer.apply
(com.sun.source.util.TreePath path, com.sun.tools.javac.util.Context context, DescriptionListener listener) static VisitorState
VisitorState.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 VisitorState
VisitorState.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) -
Uses of DescriptionListener in com.google.errorprone.apply
Classes in com.google.errorprone.apply that implement DescriptionListenerModifier and TypeClassDescriptionfinal class
Implementation of aDiff
that performs the modifications that are passed to itsDescriptionBasedDiff.onDescribed(com.google.errorprone.matchers.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 TypeMethodDescriptionvoid
RefasterRule.apply
(com.sun.source.util.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 TypeMethodDescriptionvoid
ErrorProneScannerTransformer.apply
(com.sun.source.util.TreePath tree, com.sun.tools.javac.util.Context context, DescriptionListener listener)
VisitorState.createForCustomFindingCollection(com.sun.tools.javac.util.Context, com.google.errorprone.DescriptionListener)
.