[Mono-bugs] [Bug 30442][Min] New - Missing warning: cs660 and cs661

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Sep 2002 01:25:22 -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 miguel@ximian.com.

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

--- shadow/30442	Mon Sep 16 21:25:22 2002
+++ shadow/30442.tmp.16238	Mon Sep 16 21:25:22 2002
@@ -0,0 +1,27 @@
+Bug#: 30442
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Missing warning: cs660 and cs661
+
+If the user overrides operator != or operator ==, the warnings: 
+
+660: `You probably want to override Object.Equals (object o)'
+
+and:
+
+661: `You probably want to override GethashCode (object o)'
+
+Should be emitted.