Bug 25114 - ArrayAccess should be more fault-tolerant
Summary: ArrayAccess should be more fault-tolerant
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-21 06:28 EDT by Philipe Mulet CLA
Modified: 2002-11-13 08:41 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.