[Mono-bugs] [Bug 56174][Maj] Changed - MCS allows accessing static methods with instance references
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 May 2004 21:40:18 -0400 (EDT)
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=56174
--- shadow/56174 2004-05-25 17:23:01.000000000 -0400
+++ shadow/56174.tmp.4101 2004-05-25 21:40:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 56174
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
@@ -63,6 +63,9 @@
The bug is that Start(string info) is static and you should not be
able to call a static method through an object reference. If you try
to compile the test case in MS.NET you'll get an error.
------- Additional Comments From martin@ximian.com 2004-05-25 17:23 -------
Fixed in CVS.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-25 21:40 -------
+Miguel reverted this