[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename refactoring does not work find all versions of a method #18409

Closed
sigurdm opened this issue Apr 24, 2014 · 3 comments
Closed

Rename refactoring does not work find all versions of a method #18409

sigurdm opened this issue Apr 24, 2014 · 3 comments
Assignees
Milestone

Comments

@sigurdm
Copy link
Contributor
sigurdm commented Apr 24, 2014

Dart Editor version 1.4.0.dev_02_00
Dart SDK version 1.4.0-dev.2.0

Given the code:
class A {
  foo() {}
}

class B extends A {
  foo() {}
}

class C extends A {
  foo() {}
}

Renaming C.foo will also rename A.foo as expected, but not B.foo.

@clayberg
Copy link

Set owner to @scheglov.
Added this to the 1.4 milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@scheglov
Copy link
Contributor

@scheglov
Copy link
Contributor

@sigurdm sigurdm added this to the 1.4 milestone Apr 28, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants