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

Issue 29283003: Fix issue 12654 (Closed)

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

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Address comments #

Messages

Total messages: 7 (0 generated)
Brian Wilkerson
7 years, 2 months ago (2013-10-18 16:54:06 UTC) #1
scheglov
https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4915 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4915: || (callMethod instanceof MethodElement && ((MethodElement) callMethod).isAbstract())) { What ...
7 years, 2 months ago (2013-10-18 17:00:15 UTC) #2
Brian Wilkerson
https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4915 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4915: || (callMethod instanceof MethodElement && ((MethodElement) callMethod).isAbstract())) { > ...
7 years, 2 months ago (2013-10-18 17:04:03 UTC) #3
scheglov
https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java (right): https://codereview.chromium.org/29283003/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode4915 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:4915: || (callMethod instanceof MethodElement && ((MethodElement) callMethod).isAbstract())) { On ...
7 years, 2 months ago (2013-10-18 17:10:38 UTC) #4
Brian Wilkerson
PTAL
7 years, 2 months ago (2013-10-18 17:27:01 UTC) #5
scheglov
lgtm Would be great to have a test for getter though.
7 years, 2 months ago (2013-10-18 17:30:19 UTC) #6
Brian Wilkerson
7 years, 2 months ago (2013-10-18 17:37:56 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r28864 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698