Bug 531136

Summary: Suboptimal Completion order when expecting array of interface
Product: [Eclipse Project] JDT Reporter: Mickael Istria <mistria>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: rgrunber
Version: 4.5Keywords: usability
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mickael Istria CLA 2018-02-14 04:55:33 EST
let's imagine I do complete the following code, setBuildConfiguration expecting an array of IBuildConfiguration:

  projectDescrition.setBuildConfiguraitons(new IBui

Then the first proposal I get will create me an anonymous type. The second proposal completes by letting me create the array.
The ordering seems wrong. First proposal should be about instanatiating an array.