[Mono-bugs] [Bug 52458][Nor] Changed - Scope problem when overriding private method in nested type
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Feb 2004 14:22:52 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52458
--- shadow/52458 2004-02-28 14:20:18.000000000 -0500
+++ shadow/52458.tmp.23020 2004-02-28 14:22:52.000000000 -0500
@@ -127,6 +127,19 @@
Miguel, can you look at the patch + comment.
------- Additional Comments From bmaurer@users.sf.net 2004-02-28 14:20 -------
Created an attachment (id=6798)
Documentified
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-28 14:22 -------
+Change log:
+
+1) Added FindMethodToOverride which finds the overriden method using
+the membercache rather than the slower lookup system
+
+2) Clean up MemberSignature comparing stuff, so it doesnt do boxing
+(now called more because of ^)
+
+3) Avoid type lookups when checking for dup methods
+
+