[Mono-bugs] [Bug 34768][Min] Changed - Missing warning CS3005 - Id. differing only in case
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 Nov 2003 14:11:37 -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=34768
--- shadow/34768 2002-12-18 13:47:05.000000000 -0500
+++ shadow/34768.tmp.5766 2003-11-19 14:11:37.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 34768
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: DUPLICATE
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaimemonkey@yahoo.es
QAContact: mono-bugs@ximian.com
@@ -73,6 +73,11 @@
This'll probably be hard to implement and it'll probably affect
performance. The problem is how to find out that two identifiers
only differ in case - maybe doing a case-insensitive search and if
that fails doing a case-sensitive search - but that'd make this
really slow.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-11-19 14:11 -------
+
+
+*** This bug has been marked as a duplicate of 30285 ***