[Mono-bugs] [Bug 25615] New - Ambiguous type references should produce a warning

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Jun 2002 00:36:23 -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 mkestner@speakeasy.net.

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

--- shadow/25615	Fri May 31 20:36:23 2002
+++ shadow/25615.tmp.24260	Fri May 31 20:36:23 2002
@@ -0,0 +1,21 @@
+Bug#: 25615
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mkestner@speakeasy.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+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.