[Mono-bugs] [Bug 60524][Min] Changed - Finalize() is OK with "mcs" while is not OK with "csc" (Microsoft's)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 01:24:20 -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 jimeno@servidor.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=60524
--- shadow/60524 2004-06-22 01:19:32.000000000 -0400
+++ shadow/60524.tmp.16005 2004-06-22 01:24:20.000000000 -0400
@@ -55,6 +55,11 @@
csc or in mcs or maybe neither of them. I guess ECMA's specification
should be checked thoroughly.
Just another thing: If the correct behaviour ends up being to accept the
Finalize() method, then I will file another bug since Finalize() should be
"protected" or "private" but Mono accepts the method to be "public" instead.
+
+------- Additional Comments From jimeno@servidor.unam.mx 2004-06-22 01:24 -------
+Created an attachment (id=8264)
+A class which includes a Finalize() method.
+