Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VAX 1534: Find References missing virtuals
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Sep 15 2006 :  11:26:57 AM  Show Profile  Reply with Quote
VS2003, C++

Find references does not show the declaration of a virtual function in a derived class.
e.g.:

class BaseClass
{
  virtual bool Whatever() = 0;

  void SomeFunc() { Whatever(); }
};

class DerivedClass : public BaseClass
{
  virtual bool Whatever(); // FR does not show this one
}
-- in the derived.cpp
bool DerivedClass::Whatever()
{
  return false;
}


feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Sep 16 2006 :  5:11:14 PM  Show Profile  Reply with Quote
i ran into the same problem myself a while ago

case=1287

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Oct 06 2006 :  7:56:09 PM  Show Profile  Reply with Quote
Fixed in 1538.

Rename in a base class changes overriding names in derived classes. Rename of a overriding member in a derived class does not rename within a base class.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000