[Mono-bugs] [Bug 77041][Nor] Changed - Static and non static properties

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 20 03:16:27 EST 2005


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 rharinath at novell.com.

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

--- shadow/77041	2005-12-19 18:15:53.000000000 -0500
+++ shadow/77041.tmp.29621	2005-12-20 03:16:25.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.0
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: mono at evain.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -32,6 +32,11 @@
 For this code, mcs emits the same property signature.
 The first one should have it's hasThis bit set to one in the CallingConvention.
 
 Additional Information:
 The problem is that there is no way in the current S.R.E API to define whether an PropertyBuilder 
 is an instance property or a class one. This leads to bugs like #77040.
+
+------- Additional Comments From rharinath at novell.com  2005-12-20 03:16 -------
+Is there a way to deduce that?  Will a heuristic like the following
+work: if the get_S method is static, then S is static
+


More information about the mono-bugs mailing list