Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Not all usages detected when renaming method

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
legalize Posted - Jun 22 2014 : 1:47:11 PM
Test suite: http://d3dgraphicspipeline.codeplex.com/releases/view/39824

Test case R8

Not all instances of the method Operation are detected, leading to invalid code.

This instance is not detected:
using X::Rename1;
Rename1 fromX;
fromX.Operation();
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 16 2014 : 1:23:18 PM
I am seeing the same problem, but not with this sample code. The problem happens in the solution, but the trigger involves a duplicate class and member function name as well as the using line:

case=34692

It is possible to confuse our parser with duplicate names, and here the using places the two classes into the same scope.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000