Bug 10221 - No variable name suggestion on array type
Summary: No variable name suggestion on array type
Status: RESOLVED 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.0 M4   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-25 16:59 EST by Philipe Mulet CLA
Modified: 2002-02-25 17:00 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-02-25 16:59:46 EST
Build 20020214

No variable completion is available for:

class X {
  Object[] <|>

where 'objects' should be proposed.
Comment 1 Philipe Mulet CLA 2002-02-25 17:00:20 EST
Fixed, and tests got added