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

Issue 17587006: Report CTEC.INSTANCE_MEMBER_ACCESS_FROM_STATIC (Closed)

Created:
7 years, 6 months ago by scheglov
Modified:
7 years, 6 months ago
Reviewers:
jwren, Brian Wilkerson
CC:
reviews_dartlang.org, lukeechurch_gmail.com
Visibility:
Public.

Description

Report CTEC.INSTANCE_MEMBER_ACCESS_FROM_STATIC R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=24343

Patch Set 1 #

Total comments: 2

Messages

Total messages: 4 (0 generated)
scheglov
7 years, 6 months ago (2013-06-24 04:36:52 UTC) #1
Brian Wilkerson
LGTM, although it might need a TODO for later work. https://codereview.chromium.org/17587006/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/17587006/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode2530 ...
7 years, 6 months ago (2013-06-24 15:14:49 UTC) #2
scheglov
Committed patchset #1 manually as r24343 (presubmit successful).
7 years, 6 months ago (2013-06-24 16:20:56 UTC) #3
scheglov
7 years, 6 months ago (2013-06-24 16:21:29 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/17587006/diff/1/editor/tools/plugins/com.goog...
File
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java
(right):

https://codereview.chromium.org/17587006/diff/1/editor/tools/plugins/com.goog...
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:2530:
if (!isInConstructorInitializer && !isInStaticMethod) {
On 2013/06/24 15:14:49, Brian Wilkerson wrote:
> What about references in a static field initializer?

I will add TODO.

Powered by Google App Engine
This is Rietveld 408576698