[Mono-bugs] [Bug 34861][Min] Changed - mcs doesn't report errors of type CS0067

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Dec 2002 18:08:00 -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@ximian.com.

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

--- shadow/34861	Sat Dec  7 14:47:59 2002
+++ shadow/34861.tmp.31198	Wed Dec 18 13:08:00 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: Unknown
+Severity: 002 Two hours
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaimemonkey@yahoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -59,7 +59,14 @@
 
 ------- Additional Comments From martin@ximian.com  2002-12-07 14:45 -------
 Reassigning to default owner, setting priority to minor according to our priority rules (mcs doesn't report an error message).
 
 ------- Additional Comments From martin@ximian.com  2002-12-07 14:47 -------
 Why were all these bugs UNCONFIRMED ?
+
+
+------- Additional Comments From martin@ximian.com  2002-12-18 13:07 -------
+Shouldn't be that hard.  I suppose this is a warning and not an 
+error and it's only reported if the class and event is non-public 
+(since otherwise, it could be used in another assembly / a derived 
+class) ?