Bug 25114

Summary: ArrayAccess should be more fault-tolerant
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-10-21 06:28:32 EDT
Build 20021019

When an array name cannot be resolved, its position expression isn't attempted 
to be resolved. This result in less errors being diagnosed:

zork[iZork] could report 2 errors at once.
Comment 1 Philipe Mulet CLA 2002-10-21 06:29:07 EDT
Fixed by making the name resolution code more resilient on ArrayReference.
Comment 2 Philipe Mulet CLA 2002-10-21 06:29:32 EDT
Fixed
Comment 3 David Audel CLA 2002-11-13 08:41:54 EST
Verified.