[Mono-bugs] [Bug 54945][Cri] Changed - GetCustomAttributes failing for fields defined in a base class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Mar 2004 20:16:13 -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 martin@ximian.com.

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

--- shadow/54945	2004-03-10 19:40:06.000000000 -0500
+++ shadow/54945.tmp.26183	2004-03-10 20:16:13.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54945
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -158,6 +158,9 @@
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-10 19:40 -------
 Remember, the .ReflectedType bug was actually hiding the
 GetCustomAttributes bug. The reason why it failed for the specific
 field case was because it correctly did .ReflectedType (/me could have
 sworn mentioning this a thousand times)
+
+------- Additional Comments From martin@ximian.com  2004-03-10 20:16 -------
+Ok, it's now finally fixed.