[Mono-bugs] [Bug 30028][Nor] Changed - mcs doesn't notice property is not static

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Sep 2002 18:34:35 -0000


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 martin@gnome.org.

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

--- shadow/30028	Sun Sep  8 09:15:05 2002
+++ shadow/30028.tmp.11785	Mon Sep  9 14:34:35 2002
@@ -1,14 +1,14 @@
 Bug#: 30028
 Product: Mono/MCS
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -17,6 +17,10 @@
 
 in driver.cs there was this line of code which mcs did not report an 
 error on:
 	cp = UTF8Encoding.WindowsCodePage;
 
 since WindowsCodePage is not static property, this should fail to compile.
+
+------- Additional Comments From martin@gnome.org  2002-09-09 14:34 -------
+Fixed in CVS.
+