[Mono-bugs] [Bug 71073][Wis] Changed - unfixable warning cs0067 "event not used"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 23 20:24:09 EDT 2006
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=71073
--- shadow/71073 2006-03-22 07:57:36.000000000 -0500
+++ shadow/71073.tmp.26125 2006-09-23 20:24:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 71073
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: danw at novell.com
QAContact: mono-bugs at ximian.com
@@ -83,6 +83,13 @@
event will be working or will throw NotImplemented or NotSupported
exception.
One can argue, but I want just empty implementation but it is so rare
that previous options cover it.
Miguel, can you close the bug?
+
+------- Additional Comments From marek.safar at seznam.cz 2006-09-23 20:24 -------
+I reconsidered it again and we now issue warning only when an event is
+really not used and is private only.
+
+csc behaviour is incorrect in this case as csc reports that event is
+not used even if is public and it is used from diffent class.
More information about the mono-bugs
mailing list