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

Issue 22710009: Report INSTANCE_ACCESS_TO_STATIC_MEMBER. (Closed)

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

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fixes for review comments #

Messages

Total messages: 5 (0 generated)
scheglov
7 years, 4 months ago (2013-08-09 19:06:40 UTC) #1
jwren
LGTM https://codereview.chromium.org/22710009/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/22710009/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode3029 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:3029: if (target.getParent().getParent() instanceof CommentReference) { Nit: wouldn't it ...
7 years, 4 months ago (2013-08-09 19:42:06 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/22710009/diff/1/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java File editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java (right): https://codereview.chromium.org/22710009/diff/1/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java#newcode387 editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/CompileTimeErrorCodeTest.java:387: StaticTypeWarningCode.INSTANCE_ACCESS_TO_STATIC_MEMBER); Can we remove the warning without hurting ...
7 years, 4 months ago (2013-08-09 19:49:53 UTC) #3
scheglov
https://codereview.chromium.org/22710009/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/22710009/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode3029 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:3029: if (target.getParent().getParent() instanceof CommentReference) { On 2013/08/09 19:42:06, jwren ...
7 years, 4 months ago (2013-08-09 22:10:05 UTC) #4
scheglov
7 years, 4 months ago (2013-08-09 22:10:39 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r25984 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698