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

Issue 10582003: Issue 1355. Support for call(). Tweaks for element locator and rename refactoring (Closed)

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

Description

Issue 1355. Support for call(). Tweaks for element locator and rename refactoring R=brianwilkerson@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8826

Patch Set 1 #

Total comments: 2

Patch Set 2 : Check target range #

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 6 months ago (2012-06-18 20:37:31 UTC) #1
Brian Wilkerson
8 years, 6 months ago (2012-06-18 20:46:18 UTC) #2
LGTM once DartElementLocator is fixed.

https://chromiumcodereview.appspot.com/10582003/diff/1/editor/tools/plugins/c...
File
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/ast/DartElementLocator.java
(right):

https://chromiumcodereview.appspot.com/10582003/diff/1/editor/tools/plugins/c...
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/ast/DartElementLocator.java:440:
if (foundElement == null) {
This doesn't test to ensure that the node is within the target range.

https://chromiumcodereview.appspot.com/10582003/diff/1/editor/tools/plugins/c...
File
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties
(right):

https://chromiumcodereview.appspot.com/10582003/diff/1/editor/tools/plugins/c...
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/RefactoringCoreMessages.properties:2:
# Copyright (c) 2000, 2011 IBM Corporation and others.
Shouldn't we have added our copyright to this file?

Powered by Google App Engine
This is Rietveld 408576698