[Mono-bugs] [Bug 25615] Changed - Ambiguous type references should produce a warning
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Jun 2002 20:56:15 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25615
--- shadow/25615 Fri May 31 20:36:23 2002
+++ shadow/25615.tmp.793 Fri Jun 7 16:56:15 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mkestner@speakeasy.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -16,6 +16,10 @@
Cc:
Summary: Ambiguous type references should produce a warning
When a typename exists in more than one namespace specified via using
statements, mcs should throw a warning if the typename is not qualified
since the typename is ambiguous.
+
+------- Additional Comments From ravi@ximian.com 2002-06-07 16:56 -------
+Would you have a test case for this please ? It would be much easier
+to fix if given one :-)