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 TypeClassDescriptionclass
Deprecated.final class
An ErrorManager that silently swallows all messages.final 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.Methods in com.google.javascript.jscomp with parameters of type SortingErrorManagerModifier and TypeMethodDescriptionvoid
JsonErrorReportGenerator.generateReport
(SortingErrorManager manager) void
PrintStreamErrorReportGenerator.generateReport
(SortingErrorManager manager) void
SortingErrorManager.ErrorReportGenerator.generateReport
(SortingErrorManager manager) -
Uses of SortingErrorManager in com.google.javascript.jscomp.ant
Subclasses of SortingErrorManager 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 SortingErrorManager in com.google.javascript.refactoring
Subclasses of SortingErrorManager in com.google.javascript.refactoringModifier and TypeClassDescriptionclass
An error manager that finds a SuggestedFix for all errors if possible.