[Mono-bugs] [Bug 71134][Nor] Changed - Impl. of protected abstract methods not checked intra-assembly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 05:48:39 -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 projectmonokochi@rediffmail.com.

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

--- shadow/71134	2005-02-22 05:44:33.000000000 -0500
+++ shadow/71134.tmp.11542	2005-02-22 05:48:39.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 71134
 Product: Mono: Compilers
 Version: 1.1
 OS: NLD 9
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yhemanth@novell.com               
 QAContact: mono-bugs@ximian.com
@@ -105,6 +105,11 @@
 
 
 ------- Additional Comments From projectmonokochi@rediffmail.com  2005-02-22 05:44 -------
 Created an attachment (id=14307)
 patch for 71134
 
+
+------- Additional Comments From projectmonokochi@rediffmail.com  2005-02-22 05:48 -------
+
+an extra flag BindingFlags.NonPublic for searching for the call to 
+TypeContainer.FindMembers in PendingImplementation.GetAbstractMethods.