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

Issue 10914318: Issue 5148. Error on abstract method in concrete class needs to be a warning (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

Issue 5148. Error on abstract method in concrete class needs to be a warning http://code.google.com/p/dart/issues/detail?id=5148 R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12445

Patch Set 1 #

Patch Set 2 : Update status files #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -38 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 1 chunk +8 lines, -7 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 2 chunks +2 lines, -1 line 1 comment Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 1 1 chunk +16 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 3 chunks +8 lines, -30 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
8 years, 3 months ago (2012-09-17 14:41:48 UTC) #1
Brian Wilkerson
LGTM, though I expected some of the tests that are currently failing would start to ...
8 years, 3 months ago (2012-09-17 14:59:44 UTC) #2
scheglov
You are right. PTA
8 years, 3 months ago (2012-09-17 16:29:06 UTC) #3
Brian Wilkerson
8 years, 3 months ago (2012-09-17 16:42:32 UTC) #4
LGTM

https://codereview.chromium.org/10914318/diff/4001/compiler/java/com/google/d...
File compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
(right):

https://codereview.chromium.org/10914318/diff/4001/compiler/java/com/google/d...
compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java:186:
STATIC_METHOD_MUST_HAVE_BODY("Static Method must have a body"),
nit: "Method" --> "method"

Powered by Google App Engine
This is Rietveld 408576698