[Mono-bugs] [Bug 33089][Nor] Changed - IndexerAccess.DoResolve: Need to redo the indexer lookup code

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
14 Nov 2002 22:04:02 -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 martin@ximian.com.

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

--- shadow/33089	Thu Nov 14 16:17:50 2002
+++ shadow/33089.tmp.7436	Thu Nov 14 17:04:02 2002
@@ -2,22 +2,22 @@
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: SuSE Linux 8.0
 Status: ASSIGNED   
 Resolution: 
-Severity: Unknown
+Severity: 008 One day
 Priority: Normal
 Component: Misc
 AssignedTo: martin@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs complains when an indexer with different signature is declared in a derived class without "override"
+Summary: IndexerAccess.DoResolve: Need to redo the indexer lookup code
 
 Description of Problem:           
            
 If I create a indexer in a base class with one signature and another indexer in a derived           
 class, where the deriver class's indexer has a different signature, mcs complains that the          
 second indexer hides the base indexer without using "override" or "new." See program