Class JavacErrorDescriptionListener
java.lang.Object
com.google.errorprone.JavacErrorDescriptionListener
- All Implemented Interfaces:
DescriptionListener
Making our errors appear to the user and break their build.
- Author:
- alexeagle@google.com (Alex Eagle)
-
Nested Class Summary
Nested classes/interfaces inherited from interface DescriptionListener
DescriptionListener.Factory -
Method Summary
Modifier and TypeMethodDescriptionvoidonDescribed(Description description) Reports a suggested modification to the code.
-
Method Details
-
onDescribed
Description copied from interface:DescriptionListenerReports a suggested modification to the code.- Specified by:
onDescribedin interfaceDescriptionListener
-