[Mono-bugs] [Bug 29502][Min] Changed - null arg to custom attributes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Sep 2002 10:27:02 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29502
--- shadow/29502 Fri Sep 6 15:50:32 2002
+++ shadow/29502.tmp.14232 Sat Sep 7 06:27:02 2002
@@ -1,13 +1,13 @@
Bug#: 29502
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: ravi@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -56,6 +56,14 @@
------- Additional Comments From martin@gnome.org 2002-09-06 08:05 -------
Ok, reassigning the bug to you, then ....
------- Additional Comments From ravi@ximian.com 2002-09-06 15:50 -------
Fixed in CVS
+
+------- Additional Comments From lupus@ximian.com 2002-09-07 06:27 -------
+The overload resolution issue is fixed, but still mcs is passing bogus
+info to reflection and expecting a NullRefException (!!!)
+instead of checking a null is not passed to an arg that takes an
+object type in custom attributes.
+
+lupus