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

Issue 25592002: Private methods from different libraries cannot collide. (Closed)

Created:
7 years, 2 months ago by scheglov
Modified:
7 years, 2 months ago
Reviewers:
jwren, Brian Wilkerson
CC:
reviews_dartlang.org, lukeechurch_gmail.com
Visibility:
Public.

Description

Private methods from different libraries cannot collide. R=brianwilkerson@google.com, jwren@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=28114

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -5 lines) Patch
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java View 3 chunks +25 lines, -2 lines 1 comment Download
M editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java View 1 chunk +32 lines, -0 lines 0 comments Download
M tests/co19/co19-analyzer.status View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
7 years, 2 months ago (2013-10-01 19:48:28 UTC) #1
Brian Wilkerson
LGTM
7 years, 2 months ago (2013-10-01 19:51:39 UTC) #2
scheglov
Committed patchset #1 manually as r28114 (presubmit successful).
7 years, 2 months ago (2013-10-01 19:53:43 UTC) #3
jwren
7 years, 2 months ago (2013-10-01 20:38:36 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/25592002/diff/1/editor/tools/plugins/com.goog...
File
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java
(right):

https://codereview.chromium.org/25592002/diff/1/editor/tools/plugins/com.goog...
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:1119:
LibraryElement executableElementLibrary = executableElement.getLibrary();
Instead of looking up the library for each member, couldn't we have a cached
private LibraryElement enclosingLibrary;?

Powered by Google App Engine
This is Rietveld 408576698