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

Issue 10837237: Issue 4383. Calling field without setter should generate problem (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use same text for error as for warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -7 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Elements.java View 1 chunk +18 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 1 chunk +8 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 1 chunk +1 line, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 2 chunks +9 lines, -5 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 1 1 chunk +39 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
8 years, 4 months ago (2012-08-14 13:58:42 UTC) #1
Brian Wilkerson
https://chromiumcodereview.appspot.com/10837237/diff/1/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java File compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (right): https://chromiumcodereview.appspot.com/10837237/diff/1/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java#newcode27 compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java:27: CANNOT_CALL_FIELD_WITHOUT_GETTER("Cannot call field without setter"), Can we find a ...
8 years, 4 months ago (2012-08-14 14:08:38 UTC) #2
scheglov
https://chromiumcodereview.appspot.com/10837237/diff/1/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java File compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (right): https://chromiumcodereview.appspot.com/10837237/diff/1/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java#newcode27 compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java:27: CANNOT_CALL_FIELD_WITHOUT_GETTER("Cannot call field without setter"), On 2012/08/14 14:08:39, Brian ...
8 years, 4 months ago (2012-08-14 14:19:45 UTC) #3
Brian Wilkerson
8 years, 4 months ago (2012-08-14 14:22:55 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698