Uses of Class
com.google.javascript.jscomp.BasicErrorManager
Packages that use BasicErrorManager
Package
Description
-
Uses of BasicErrorManager in com.google.javascript.jscomp
Subclasses of BasicErrorManager in com.google.javascript.jscompModifier and TypeClassDescriptionfinal class
An error manager that logs errors and warnings using a logger in addition to collecting them in memory.class
Deprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead. -
Uses of BasicErrorManager in com.google.javascript.jscomp.ant
Subclasses of BasicErrorManager in com.google.javascript.jscomp.antModifier and TypeClassDescriptionfinal class
An error manager that pipes warnings and errors properly into the Ant task infrastructure. -
Uses of BasicErrorManager in com.google.javascript.refactoring
Subclasses of BasicErrorManager in com.google.javascript.refactoringModifier and TypeClassDescriptionclass
An error manager that finds a SuggestedFix for all errors if possible.