[Mono-bugs] [Bug 60638][Wis] Changed - missing warning comparing string with object
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 14:31:47 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60638
--- shadow/60638 2005-02-14 06:21:32.000000000 -0500
+++ shadow/60638.tmp.14511 2005-02-14 14:31:47.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: duncan@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: missing warning comparing string with object
@@ -65,6 +65,9 @@
Ben has a good point about memory use/perf.
------- Additional Comments From rharinath@novell.com 2005-02-14 06:21 -------
Can't we just do a MemberLookup ("op_Equality")...
+
+------- Additional Comments From duncan@ximian.com 2005-02-14 14:31 -------
+I'll look into fixing this.