T O P I C R E V I E W |
Rain Dog |
Posted - Jun 10 2007 : 8:14:43 PM I was doing some refactoring today and hit a problem with refactoring. It seemed that for a header file with classes such as this:
class foo { void func1(){...} }
class bar { void func1(){...} }
when I refactored bar::func1 to move the impl to cpp, it actually moved foo::func1 instead. I will mail someone the exact source but i need an email address to mail it to.
Thanks. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 11 2007 : 07:03:51 AM I have just tested this using VS2005 and VA 1557 and your sample here and I am not seeing any problems. Please submit the files via the form:
http://www.wholetomato.com/support/contact.asp
including this thread ID or URL in the description, so we can match it up. Hopefully I will be able to reproduce the problem using your files. |