[Mono-bugs] [Bug 40970][Nor] Changed - FindMembers fails when there is a nameclash with explicit interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 9 Apr 2003 22:17:04 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=40970

--- shadow/40970	Wed Apr  9 19:35:21 2003
+++ shadow/40970.tmp.7188	Wed Apr  9 22:17:04 2003
@@ -1,13 +1,13 @@
 Bug#: 40970
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -71,6 +71,11 @@
 --- b.cs ---
 class Y : X{
 	protected override void A () {}
 	static void Main () { }
 }
 ------------
+
+------- Additional Comments From gonzalo@ximian.com  2003-04-09 22:17 -------
+Fixed in CVS.
+The check for a public method was wrong when testing method attributes
+in the code that looks for overrides for interfaces.