Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Getting reference to an overriding method

> ... BTW, I think the method
> ClassTypeHelper.findOverriders() is a bit flawed. It always 
> returns a zero-length array even if there are overriding 
> methods for a base method.

The method works fine.

> 
> Is it because of this that the Rename Refactoring of CDT is 
> not capable of renaming a derived (or virtual) method from a 
> base (or derived) counterpart? It gives a warning instead...

No, this is because so far no one cared for implementing the 
special case of renaming virtual methods:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=63290



Back to the top