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

Issue 10829288: Issue 3800. Calling an undefined constructor via new is a warning, not an error (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

Issue 3800. Calling an undefined constructor via new is a warning, not an error http://code.google.com/p/dart/issues/detail?id=3800 R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=10531

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -31 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 1 chunk +2 lines, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java View 1 chunk +1 line, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java View 7 chunks +16 lines, -8 lines 1 comment Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 2 chunks +24 lines, -1 line 0 comments Download
M tests/co19/co19-compiler.status View 6 chunks +28 lines, -13 lines 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language.status View 4 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 4 months ago (2012-08-10 20:46:50 UTC) #1
Brian Wilkerson
8 years, 4 months ago (2012-08-10 20:59:07 UTC) #2
LGTM

https://chromiumcodereview.appspot.com/10829288/diff/1/compiler/javatests/com...
File compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
(right):

https://chromiumcodereview.appspot.com/10829288/diff/1/compiler/javatests/com...
compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java:1222: // 
  resolveAndTest(Joiner.on("\n").join(
Delete the commented out code?

Powered by Google App Engine
This is Rietveld 408576698