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

Issue 10943012: Issue 5153. Setter should not conflict with method (Closed)

Created:
8 years, 3 months ago by scheglov
Modified:
8 years, 3 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -47 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/AbstractNodeElement.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/FieldElementImplementation.java View 2 chunks +2 lines, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java View 4 chunks +40 lines, -1 line 1 comment Download
M compiler/java/com/google/dart/compiler/resolver/ResolveVisitor.java View 2 chunks +1 line, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 3 chunks +9 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java View 2 chunks +20 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/type/InterfaceTypeImplementation.java View 3 chunks +7 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 3 chunks +12 lines, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java View 1 chunk +0 lines, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java View 9 chunks +29 lines, -27 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 7 chunks +39 lines, -6 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +8 lines, -5 lines 0 comments Download
M tests/language/language.status View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 3 months ago (2012-09-18 16:30:33 UTC) #1
Brian Wilkerson
8 years, 3 months ago (2012-09-18 17:26:42 UTC) #2
You're right, this is really ugly, and I don't have any idea whether there are
missing changes that need to be changed, but as far as what's there, LGTM.

https://codereview.chromium.org/10943012/diff/1/compiler/java/com/google/dart...
File compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java (right):

https://codereview.chromium.org/10943012/diff/1/compiler/java/com/google/dart...
compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java:447: element
= scope.findElement(library, "setter" + name);
Should there be a space here? Perhaps we could create a constant to avoid errors
like this.

Powered by Google App Engine
This is Rietveld 408576698