Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
235
Fixed in build
250
  • Submitted by   Erwin Derksen
    3 years ago (06 Aug 2006 15:15)
  • Updated by Erwin Derksen
    3 years ago (09 Sep 2006 13:32)
  • Jira: RSRP-22995
    (history, comments)

RSRP-22995

Pull members up does not copy comments

0
Version: VS2005

I used the "pull members up" refactoring, but regardless of the "doc comments" setting my doc comments are lost.

Outline of the example where it went wrong:

class A
{
...
}

public sealed class B : A
{
...

/// <summary> ...
// ...
/// all doc comments
/// ...
protected object MakeObject(Type type, string value)
{
...
}
}

Note: I already knew I was going to pull it up, so I made the method protected, even though that is not allowed in sealed classes. But i don't think that this influenced this behaviour.


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments