Bug 10221

Summary: No variable name suggestion on array type
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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