[Mono-bugs] [Bug 56013][Wis] Changed - [PATCH] Compiler ignores property accessor names in the metadata
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 18:10:43 -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=56013
--- shadow/56013 2004-03-24 17:39:05.000000000 -0500
+++ shadow/56013.tmp.1219 2004-03-24 18:10:43.000000000 -0500
@@ -2,22 +2,22 @@
Product: Mono: Compilers
Version: unspecified
OS: SuSE 8.1
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Blocker
+Severity: Unknown
+Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: reali@acm.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Compiler ignores property accessor names in the metadata
+Summary: [PATCH] Compiler ignores property accessor names in the metadata
The mcs compiler has hard-coded property accessors names get_PropertyName
and set_PropertyName, even if the metadata contains a different name.
The appropriate accessor name must be found in the metadata, not
constructed. After this modification I'm not sure whether the method