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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 13 Feb 2005 12:06:44 -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 bmaurer@users.sf.net.

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

--- shadow/60638	2005-02-13 06:27:21.000000000 -0500
+++ shadow/60638.tmp.30608	2005-02-13 12:06:44.000000000 -0500
@@ -49,6 +49,10 @@
 I'm not sure this is correct, and because of System.Object is involved
 in the test case above, I had to do my checks before this check anyway
 to avoid returning too early.
 
 In the end, I inserted my own checks and kept it stuck it back after
 my bits.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-13 12:06 -------
+Am a bit worried about the performance here. GetMethods is going to
+create an array.