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

Issue 2793813002: Fix an issue with duplicate reported analysis errors. (Closed)

Created:
3 years, 8 months ago by devoncarew
Modified:
3 years, 8 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : use a Set #

Patch Set 3 : Merge branch 'master' into fix_duplicate_errors #

Patch Set 4 : Merge branch 'master' into fix_duplicate_errors #

Patch Set 5 : Merge branch 'master' into fix_duplicate_errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -227 lines) Patch
M pkg/analyzer_cli/lib/src/analyzer_impl.dart View 1 2 3 5 chunks +11 lines, -24 lines 0 comments Download
M pkg/analyzer_cli/lib/src/build_mode.dart View 1 2 3 4 2 chunks +6 lines, -8 lines 0 comments Download
M pkg/analyzer_cli/lib/src/driver.dart View 1 2 3 4 chunks +27 lines, -6 lines 0 comments Download
M pkg/analyzer_cli/lib/src/error_formatter.dart View 1 4 chunks +268 lines, -170 lines 0 comments Download
M pkg/analyzer_cli/lib/src/error_severity.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer_cli/test/errors_reported_once_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_cli/test/reporter_test.dart View 3 chunks +25 lines, -17 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
devoncarew
Fix an issue with duplicated reported analysis errors. This was introduced when we did the ...
3 years, 8 months ago (2017-04-02 18:51:36 UTC) #2
Brian Wilkerson
lgtm
3 years, 8 months ago (2017-04-03 14:03:50 UTC) #3
danrubel
LGTM https://codereview.chromium.org/2793813002/diff/1/pkg/analyzer_cli/lib/src/error_formatter.dart File pkg/analyzer_cli/lib/src/error_formatter.dart (right): https://codereview.chromium.org/2793813002/diff/1/pkg/analyzer_cli/lib/src/error_formatter.dart#newcode221 pkg/analyzer_cli/lib/src/error_formatter.dart:221: List<CLIError> batchedErrors = []; Is there a reason ...
3 years, 8 months ago (2017-04-03 15:32:04 UTC) #4
devoncarew
https://codereview.chromium.org/2793813002/diff/1/pkg/analyzer_cli/lib/src/error_formatter.dart File pkg/analyzer_cli/lib/src/error_formatter.dart (right): https://codereview.chromium.org/2793813002/diff/1/pkg/analyzer_cli/lib/src/error_formatter.dart#newcode221 pkg/analyzer_cli/lib/src/error_formatter.dart:221: List<CLIError> batchedErrors = []; On 2017/04/03 15:32:03, danrubel wrote: ...
3 years, 8 months ago (2017-04-03 15:36:10 UTC) #5
devoncarew
3 years, 8 months ago (2017-04-24 04:05:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
eae2bf27470ff5c52c52647b27db224feb4f68d5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698