Bug 547940 - override / interface implementation methods not renamed when renaming in the abstract class / interface
Summary: override / interface implementation methods not renamed when renaming in the ...
Status: RESOLVED DUPLICATE of bug 510939
Alias: None
Product: MonoDevelop
Classification: Mono
Component: C# Binding (show other bugs)
Version: 2.2 Beta 2
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mike Krueger
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 22:32 UTC by nicolò chieffo
Modified: 2009-10-19 12:18 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nicolò chieffo 2009-10-17 22:32:22 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20091007 Ubuntu/9.10 (karmic) Firefox/3.5.3

When renaming an abstract method, a virtual method, and an interface method,
all the methods with override, interface implementations, and calls to those methods must be renamed.

Currently *only* the original method (and calls to this method) are renamed.

Reproducible: Always
Comment 1 Mike Krueger 2009-10-19 12:18:13 UTC
Ok this gets reported too often. I'm now convinced that this is the behavior the users expect :)

*** This bug has been marked as a duplicate of bug 510939 ***