Uses of Class
com.google.javascript.jscomp.SortingErrorManager
Packages that use SortingErrorManager
Package
Description
-
Uses of SortingErrorManager in com.google.javascript.jscomp
Subclasses of SortingErrorManager in com.google.javascript.jscompModifier and TypeClassDescriptionclassDeprecated.final classAn ErrorManager that silently swallows all messages.final classAn error manager that logs errors and warnings using a logger in addition to collecting them in memory.classDeprecated., Please use the {#SortingErrorManger} with a {#PrintStreamErrorReportGenerator} instead.Methods in com.google.javascript.jscomp with parameters of type SortingErrorManagerModifier and TypeMethodDescriptionvoidJsonErrorReportGenerator.generateReport(SortingErrorManager manager) voidPrintStreamErrorReportGenerator.generateReport(SortingErrorManager manager) voidSortingErrorManager.ErrorReportGenerator.generateReport(SortingErrorManager manager) -
Uses of SortingErrorManager in com.google.javascript.jscomp.ant
Subclasses of SortingErrorManager in com.google.javascript.jscomp.antModifier and TypeClassDescriptionfinal classAn error manager that pipes warnings and errors properly into the Ant task infrastructure. -
Uses of SortingErrorManager in com.google.javascript.refactoring
Subclasses of SortingErrorManager in com.google.javascript.refactoringModifier and TypeClassDescriptionclassAn error manager that finds a SuggestedFix for all errors if possible.