Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1157)

Unified Diff: pkg/analyzer_cli/lib/src/error_severity.dart

Issue 2793813002: Fix an issue with duplicate reported analysis errors. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer_cli/lib/src/error_severity.dart
diff --git a/pkg/analyzer_cli/lib/src/error_severity.dart b/pkg/analyzer_cli/lib/src/error_severity.dart
index 29566237c246b04b15c674734cc63b8f5cdbdc07..17b7fe5f8867b2fe03de84f34d02eff92c06e333 100644
--- a/pkg/analyzer_cli/lib/src/error_severity.dart
+++ b/pkg/analyzer_cli/lib/src/error_severity.dart
@@ -11,7 +11,7 @@ import 'package:analyzer_cli/src/options.dart';
/// Check various configuration options to get a desired severity for this
/// [error] (or `null` if it's to be suppressed).
-ProcessedSeverity processError(AnalysisError error,
+ProcessedSeverity determineProcessedSeverity(AnalysisError error,
CommandLineOptions commandLineOptions, AnalysisOptions analysisOptions) {
ErrorSeverity severity = computeSeverity(error, commandLineOptions,
analysisOptions: analysisOptions);

Powered by Google App Engine
This is Rietveld 408576698