Bug 435603

Summary: [quick fix] Quick Fix should also suggest to convert to a "String"
Product: [Eclipse Project] JDT Reporter: Sarika Sinha <sarika.sinha>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: manju656
Version: 4.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Sarika Sinha CLA 2014-05-23 04:29:34 EDT
System.out.println(test);

Quick fix on this should also suggest to consider "test" as a String along with other "Create suggestions"
Comment 1 Martin Mathew CLA 2014-05-26 01:12:26 EDT
An additional quick fix proposal to convert the unresolved argument to String where a method expects String argument would be a nice to have feature.