Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Move implementation and parameter doc comments

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
MCM Posted - Sep 19 2006 : 04:54:11 AM
Hi,

I've got a problem with the "move implementation to source" refactoring. If I do that on "foo" in:


class C {
    int foo(
       int bar; ///< some parameter 
    )
    {
       return 1;
    }
};

I end up with

int C::foo( int bar;  ///< some parameter ) ) 
{
   return 1;
}

(Note the double parantheses) and I have to remove the comment manually.

VA should omit the comment altogether, methinks.

This is a nuisance, since this is the standardized style of commenting here.

Besides, we all just love the refactoring methods here!

Best regards,
MCM

PS.: Using VA_X.dll file version 10.3.1534.0 built 2006.09.02
VAOpsWin.dll version 1.3.3.6
VATE.dll version 1.0.5.8
DevEnv.exe version 7.10.6030.0
msenv.dll version 7.10.6030.0
Comctl32.dll version 5.82.2900.2180

3   L A T E S T    R E P L I E S    (Newest First)
rhummer Posted - Sep 20 2006 : 10:33:42 AM
I already removed it from the example case in our bug tracker ;)

VA X thinks that it is a method declaration with that semicolon there so it limits what it offers to you ;)
MCM Posted - Sep 20 2006 : 10:10:50 AM
Please remove the ";" in "int bar;" from the example - that's a typo. Incidentically VA just refuses to refactor as long as the semicolon is in there.
rhummer Posted - Sep 19 2006 : 7:45:06 PM
Thank you for the example.

case=2604

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