[Mono-bugs] [Bug 58661][Nor] Changed - PropertyInfo.GetAccessors returns array with null value

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 May 2004 14:18:03 -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 gert.driesen@pandora.be.

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

--- shadow/58661	2004-05-18 14:17:26.000000000 -0400
+++ shadow/58661.tmp.27427	2004-05-18 14:18:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58661
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,9 @@
 
 In MonoProperty.GetAccessors(bool), the wrong MethodInfo is returned for 
 properties with only a getter or setter.
 
 eg. for a readonly property, GetAccessors(true)[0] will return the set 
 method, meaning null as there is no setter.
+
+------- Additional Comments From gert.driesen@pandora.be  2004-05-18 14:18 -------
+Fix and testcase committed to cvs.