[Mono-bugs] [Bug 59760][Min] Changed - Warning not issued anymore when only one of Equals() or GetHashCode() is overriden.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 15:10:37 -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 gonzalo@ximian.com.

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

--- shadow/59760	2004-06-08 02:00:15.000000000 -0400
+++ shadow/59760.tmp.15987	2004-06-08 15:10:37.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 59760
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jimeno@servidor.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Waring not issued anymore when only one of Equals() or GetHashCode() is overriden.
+Summary: Warning not issued anymore when only one of Equals() or GetHashCode() is overriden.
 
 Description of Problem:
 
 A warning is *not* issued when a class overrides Equals() and do not
 overrides GetHashCode().