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

Issue 56773002: Issue 13241. Report StaticWarningCode.CONFLICTING_INSTANCE_METHOD_SETTER. (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use InheritanceManager #

Messages

Total messages: 4 (0 generated)
scheglov
7 years, 1 month ago (2013-11-02 03:43:31 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/56773002/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/56773002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode2290 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:2290: ExecutableElement setter = enclosingType.lookUpSetter(name, currentLibrary); Should this be ...
7 years, 1 month ago (2013-11-02 15:19:37 UTC) #2
scheglov
https://codereview.chromium.org/56773002/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/56773002/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java#newcode2290 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/verifier/ErrorVerifier.java:2290: ExecutableElement setter = enclosingType.lookUpSetter(name, currentLibrary); On 2013/11/02 15:19:38, Brian ...
7 years, 1 month ago (2013-11-02 20:32:00 UTC) #3
scheglov
7 years, 1 month ago (2013-11-02 20:32:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r29787 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698