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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Sep 2002 22:06:20 -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 miguel@ximian.com.

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

--- shadow/25615	Sun Sep  8 08:54:18 2002
+++ shadow/25615.tmp.21910	Thu Sep 19 18:06:20 2002
@@ -1,13 +1,13 @@
 Bug#: 25615
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@speakeasy.net               
 QAContact: mono-bugs@ximian.com
@@ -61,6 +61,9 @@
 Martin, how hard do you think this would be with the new cache?
 
 ------- Additional Comments From martin@gnome.org  2002-09-08 08:54 -------
 The new cache shouldn't affect this at all.  The cache uses one hash table per class and this hash table maps method names to 
 methods.  So it won't help us finding classes.
 
+
+------- Additional Comments From miguel@ximian.com  2002-09-19 18:06 -------
+I have now implemented this feature, should hit CVS shortly.