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

Issue 1273003005: Keep only unique overridden elements. (Closed)

Created:
5 years, 4 months ago by scheglov
Modified:
5 years, 4 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Keep only unique overridden elements. If the implemented interfaces don't declare an element, keep only a single copy of the element - from the superclass. In Dart Editor we use any element, but in in IDEA we show all of them, and we don't want to have duplicates. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/089f84f6cd79490f55b85e5ca18c7114c6dfcd54

Patch Set 1 #

Patch Set 2 : Stop when found the corresponding element in an interface. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -3 lines) Patch
M pkg/analysis_server/lib/src/computer/computer_overrides.dart View 1 3 chunks +8 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_overrides_test.dart View 1 1 chunk +52 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
5 years, 4 months ago (2015-08-10 20:49:01 UTC) #1
Brian Wilkerson
LGTM
5 years, 4 months ago (2015-08-10 22:10:51 UTC) #2
scheglov
5 years, 4 months ago (2015-08-10 23:13:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
089f84f6cd79490f55b85e5ca18c7114c6dfcd54 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698