T O P I C R E V I E W |
swinefeaster |
Posted - Dec 13 2007 : 1:09:13 PM Hi guys,
Why is it that when I do a Find Ref on a virtual function that is overriding a base class' implementation, VAX never shows me the calls to the base class function? Is this by design? This would become troublesome especially if I wanted to rename that function through VAX. This has been a problem for quite some time.
Thanks,
swine |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 31 2010 : 1:15:51 PM case=3346 is implemented in build 1810 |
swinefeaster |
Posted - Dec 13 2007 : 2:07:00 PM cool! lookin forward to it. glad it is not by design ;). |
feline |
Posted - Dec 13 2007 : 1:42:49 PM Currently Find References and also Rename only check the derived classes, not the base / parent classes. We are looking into making Find References also search the base classes, but this has obviously not been done yet:
case=3346 |
rhummer |
Posted - Dec 13 2007 : 1:16:56 PM AFIAK that is currently by design, I'm sure feline will correct me if I'm wrong. :)
If you run Find References on the base class then you will get all references to that method, from both the base and all derived classes. |