[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 04:04:12 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-20 03:36:49.000000000 -0500
+++ shadow/77041.tmp.30201	2005-12-20 04:04:12.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 77041
-Product: Mono: Compilers
+Product: Mono: Class Libraries
 Version: 1.0
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: C#
-AssignedTo: rharinath at novell.com                            
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: mono at evain.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Static and non static properties
@@ -47,6 +47,11 @@
 
 
 ------- Additional Comments From mono at evain.net  2005-12-20 03:36 -------
 According to the spec the CLS says that if all the methods of the property are instance 
 methods, it's an instance property. If not it's a class one. Maybe we can check on both 
 SetGetMethod and SetSetMethod ?
+
+------- Additional Comments From rharinath at novell.com  2005-12-20 04:04 -------
+Sounds good.  Anyway, not much we can do to mcs...
+
+--> CORLIB


More information about the mono-bugs mailing list