[Mono-bugs] [Bug 80064][Nor] Changed - Type.GetFields(...) must not return private fields declared in base types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 28 09:41:03 EST 2006


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 juraj at hotfeet.ch.

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

--- shadow/80064	2006-11-28 09:35:22.000000000 -0500
+++ shadow/80064.tmp.11929	2006-11-28 09:41:03.000000000 -0500
@@ -96,6 +96,63 @@
 Thanks.
 
 ------- Additional Comments From juraj at hotfeet.ch  2006-11-28 09:35 -------
 Created an attachment (id=18184)
 get_tests.cs - test case (for fields, properties, events, methods and members)
 
+
+------- Additional Comments From juraj at hotfeet.ch  2006-11-28 09:41 -------
+Mono output for get_tests.cs
+============================
+Fields:
+
+Methods:
+get_privateBaseProperty
+add_privateBaseEvent
+remove_privateBaseEvent
+privateBaseMethod
+Finalize
+MemberwiseClone
+obj_address
+FieldGetter
+FieldSetter
+
+Properties:
+privateBaseProperty
+
+Events:
+privateBaseEvent
+
+Members:
+privateBaseEvent
+get_privateBaseProperty
+add_privateBaseEvent
+remove_privateBaseEvent
+privateBaseMethod
+Finalize
+MemberwiseClone
+obj_address
+FieldGetter
+FieldSetter
+privateBaseProperty
+
+
+MS.NET output
+=============
+Fields:
+
+Methods:
+MemberwiseClone
+Finalize
+
+Properties:
+
+Events:
+
+Members:
+MemberwiseClone
+Finalize
+
+
+The mono output must not show any ...privateBase... lines.
+I'll turn the test case into a Nunit test for inclusion into
+corlib/Test/System/TypeTest.cs shortly.


More information about the mono-bugs mailing list