[Mono-bugs] [Bug 33183][Nor] Changed - GetHashCode artifacts.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Nov 2002 18:09:28 -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=33183

--- shadow/33183	Sat Nov  2 13:08:51 2002
+++ shadow/33183.tmp.22836	Sat Nov  2 13:09:28 2002
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,13 @@
   object o = "foo";
   Console.WriteLine(o.GetHashCode());
   Console.WriteLine(typeof(object).GetMethod("GetHashCode").Invoke(o, null));
   Console.WriteLine(typeof(string).GetMethod("GetHashCode").Invoke(o, null));	
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2002-11-02 13:09 -------
+<dietmar> who defines whats correct? 
+<dietmar> MS? 
+<dietmar> we just need to delete the String GetHashCode implementation 
+<dietmar> to get the MS behaviour 
+