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

Issue 9979004: Show an error if a field has no getter defined in a getter context (Closed)

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

Description

Show an error if a field has no getter defined in a getter context http://code.google.com/p/dart/issues/detail?id=2408 Committed: https://code.google.com/p/dart/source/detail?r=6199

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Incorporated feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -43 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Elements.java View 1 5 chunks +55 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 chunk +11 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 chunk +2 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 4 chunks +3 lines, -41 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java View 1 chunk +31 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zundel
8 years, 8 months ago (2012-04-04 14:26:55 UTC) #1
zundel
On 2012/04/04 14:26:55, zundel wrote: Wait, I didn't make any JUnit test for this change...
8 years, 8 months ago (2012-04-04 14:47:42 UTC) #2
zundel
Ready for review, added JUnit Test
8 years, 8 months ago (2012-04-04 18:41:16 UTC) #3
scheglov
http://codereview.chromium.org/9979004/diff/5001/compiler/java/com/google/dart/compiler/resolver/Elements.java File compiler/java/com/google/dart/compiler/resolver/Elements.java (right): http://codereview.chromium.org/9979004/diff/5001/compiler/java/com/google/dart/compiler/resolver/Elements.java#newcode606 compiler/java/com/google/dart/compiler/resolver/Elements.java:606: * @return 3 useless lines http://codereview.chromium.org/9979004/diff/5001/compiler/java/com/google/dart/compiler/resolver/Elements.java#newcode608 compiler/java/com/google/dart/compiler/resolver/Elements.java:608: public static ...
8 years, 8 months ago (2012-04-04 20:57:09 UTC) #4
zundel
PTAL http://codereview.chromium.org/9979004/diff/5001/compiler/java/com/google/dart/compiler/resolver/Elements.java File compiler/java/com/google/dart/compiler/resolver/Elements.java (right): http://codereview.chromium.org/9979004/diff/5001/compiler/java/com/google/dart/compiler/resolver/Elements.java#newcode606 compiler/java/com/google/dart/compiler/resolver/Elements.java:606: * @return On 2012/04/04 20:57:09, scheglov wrote: > ...
8 years, 8 months ago (2012-04-04 21:34:48 UTC) #5
scheglov
8 years, 8 months ago (2012-04-04 21:38:24 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698