[Mono-bugs] [Bug 60638][Wis] Changed - missing warning comparing string with object

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Dec 2004 04:20:35 -0500 (EST)


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 rharinath@novell.com.

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

--- shadow/60638	2004-06-23 11:48:01.000000000 -0400
+++ shadow/60638.tmp.6538	2004-12-15 04:20:35.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 60638
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,10 @@
                 return new string (new char[] {'a'});
         }
         static void Main () {
                 bool a = "a" == getit ();
         }
 }
+
+------- Additional Comments From rharinath@novell.com  2004-12-15 04:20 -------
+It should probably warn for any type that contains an override for Equals.
+