[Mono-bugs] [Bug 37521][Nor] Changed - mcs does not allow access to protected events in subclasses
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 23 Feb 2003 03:06:26 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37521
--- shadow/37521 Sun Feb 23 02:42:51 2003
+++ shadow/37521.tmp.5058 Sun Feb 23 03:06:26 2003
@@ -1,17 +1,17 @@
Bug#: 37521
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs does not allow access to protected events in subclasses
@@ -69,6 +69,13 @@
------- Additional Comments From miguel@ximian.com 2003-02-23 02:42 -------
This bug also exposes another problem. Turns out that CSC is also
making the field private, as opposed to "protected" (famandassembly).
I should investigate that too.
+
+------- Additional Comments From miguel@ximian.com 2003-02-23 03:06 -------
+Martin,
+
+ I believe that this is a bug in the MemberCache. The code never
+finds a match for the on-disk referenced assembly when looking up the
+value of the event.