History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-22995
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Erwin Derksen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Pull members up does not copy comments

Created: 06 Aug 06 15:15   Updated: 09 Sep 06 13:32
Component/s: None
Fix Version/s: 2.0.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 235
Fixed in build: 250
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=22995


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
Eugene Pasynkov - 09 Aug 06 10:54
Re: #22995- Pull members up does not copy comments
Opened by user request in build 247