[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 18:47: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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54945
--- shadow/54945 2004-03-10 18:38:42.000000000 -0500
+++ shadow/54945.tmp.25380 2004-03-10 18:47:06.000000000 -0500
@@ -10,13 +10,13 @@
Component: misc
AssignedTo: martin@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: Declaring type set incorrectly for properties in a base class
+Summary: GetCustomAttributes failing for fields defined in a base class
GetCustomAttributes is not returning the correct result for fields defined
in a base class, but only if they are got using Type.GetFields.
This is a test case. Notice that the first Console.WriteLine prints the
correct value, but when getting the field with GetFields, it does not.
@@ -149,6 +149,9 @@
reported. The test case still fails, and now also fails for
properties, and it is causing several crashes in the web service stack.
------- 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.