Bug 479444

Summary: When selection is on a field, suggest operation to add initialization to constructor
Product: [Eclipse Project] JDT Reporter: Mickael Istria <mistria>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.5   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Mickael Istria CLA 2015-10-09 11:32:17 EDT
When editing a Java type, with selection on a field, JDT could suggest -probably in the Source menu- to add the initialization of this field through a new constructor parameter.
For example, on field foo, that operation would add "foo" as a constructor parameter, and add the line this.foo = foo.

This is inspired from IntelliJ.