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

Issue 8846002: Tweaks for reporting duplicates, issue 519. (Closed)

Created:
9 years ago by scheglov
Modified:
9 years ago
Reviewers:
zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Tweaks for reporting duplicates, issue 519. http://code.google.com/p/dart/issues/detail?id=519 New tests, plus inlining existing *.dart files into tests with strict checks. R=zundel@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=2343

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix for issue 647. Remove FIELD. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+364 lines, -258 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java View 1 5 chunks +25 lines, -20 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java View 1 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 2 chunks +2 lines, -3 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java View 1 2 chunks +34 lines, -9 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest1.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest10.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest11.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest2.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest4.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest5.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest6.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest7.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest8.dart View 1 chunk +0 lines, -11 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/resolver/NameShadowNegativeTest9.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java View 1 2 chunks +302 lines, -20 lines 1 comment Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java View 1 chunk +0 lines, -100 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
9 years ago (2011-12-07 15:52:28 UTC) #1
zundel
http://codereview.chromium.org/8846002/diff/1/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java File compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java (right): http://codereview.chromium.org/8846002/diff/1/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java#newcode194 compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java:194: errEx(ResolverErrorCode.DUPLICATE_FIELD, 2, 5, 3), I know this is the ...
9 years ago (2011-12-07 19:12:45 UTC) #2
scheglov
http://codereview.chromium.org/8846002/diff/1/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java File compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java (right): http://codereview.chromium.org/8846002/diff/1/compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java#newcode194 compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java:194: errEx(ResolverErrorCode.DUPLICATE_FIELD, 2, 5, 3), On 2011/12/07 19:12:51, zundel wrote: ...
9 years ago (2011-12-12 15:50:12 UTC) #3
zundel
9 years ago (2011-12-12 16:02:59 UTC) #4
lgtm

http://codereview.chromium.org/8846002/diff/4001/compiler/javatests/com/googl...
File
compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
(right):

http://codereview.chromium.org/8846002/diff/4001/compiler/javatests/com/googl...
compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java:526:
* Setter shadows another setter.
Setter --> Getter   and setter --> getter

Powered by Google App Engine
This is Rietveld 408576698