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

Key: RSRP-27557
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Assignee: Andrey Simanovsky
Reporter: Andrius
Votes: 0
Watchers: 0
Operations

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

Override method can not change access rights

Created: 06 Aug 06 19:41   Updated: 09 Sep 06 13:33
Component/s: None
Fix Version/s: 3.0
Security Level: Everybody (All jira users)

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

Build: 255
Fixed in build: 300
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=27557


 Description  « Hide
I have :
public class A {
   public virtual methodA() {
...
}

public class B : A  {
   override methodA() {
...
}

}

Resharper highlights this as error in class B:
"Override method can not change access rights"

but does not ofer quick fix "make method public" in action list



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