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

Key: RSRP-40396
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: Ilya Ryzhenkov
Votes: 8
Watchers: 0
Operations

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

Change visibility of class members and its descendants

Created: 12 May 07 11:22   Updated: 12 May 07 12:35
Component/s: Refactorings
Fix Version/s: Future Versions

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

Old URL: news://news.intellij.net/f1uiam$9jl$1@is.intellij.net


 Description  « Hide
This issue has been created from an NNTP article.

I have question if R# can do something like this:

base class:

public abstract class Base
{
protected abstract void DoSomething();
}

descendant class:
public class Derived: Base
{
protected override void DoSomething();
}

Can i change the visibility of method DoSomething() in class 'Base'
with some R# feature to other visibility(eg. public) and R# will change
visibility also in all descendants of class 'Base' ?


Peter Sulek
terrorix@centrum.sk
XanaNews ver. 1.18.1.6



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.