[Mono-bugs] [Bug 25433][Nor] Changed - mcs chokes on NullRefException when assigning event handlers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Jul 2002 19:23:48 -0000


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

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

--- shadow/25433	Mon Jul  8 10:29:58 2002
+++ shadow/25433.tmp.20384	Wed Jul 10 15:23:48 2002
@@ -86,6 +86,13 @@
 (btw, what happens if you have an add/remove handler in that case, the
 current code just turns that into a field access, seems wrong to me)
 
 
 ------- Additional Comments From lupus@ximian.com  2002-07-08 10:29 -------
 *** Bug 27193 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From ravi@ximian.com  2002-07-10 15:23 -------
+When you do have add/remove accessors, the code does not try to 
+transform it into a field access. 
+
+The issue here is of reliably locating events/fields in the 
+hierarchy of a type.