[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 19:40:06 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54945
--- shadow/54945 2004-03-10 18:47:06.000000000 -0500
+++ shadow/54945.tmp.25847 2004-03-10 19:40:06.000000000 -0500
@@ -152,6 +152,12 @@
------- Additional Comments From martin@ximian.com 2004-03-10 18:38 -------
Ok, I only looked at Ben's simpler test case assuming that this was the root of the
problem as he wrote.
------- Additional Comments From lluis@ximian.com 2004-03-10 18:47 -------
Ben, BTW, don't change again the summary of the bug.
+
+------- 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)