| Summary: | Rename refactoring should rename methods through class hierarchies | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Marc-André Laperle <malaperle> |
| Component: | cdt-refactoring | Assignee: | Project Inbox <cdt-refactoring-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Sergey Prigogin <eclipse.sprigogin> |
| Severity: | normal | ||
| Priority: | P3 | CC: | yevshif |
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Works for me in master. Please reopen if you can still reproduce it. |
Example: class A { virtual void foo(); }; class B : public A { virtual void foo(); }; Renaming B::foo() should also rename A::foo() and vice-versa.