Bug 435603 - [quick fix] Quick Fix should also suggest to convert to a "String"
Summary: [quick fix] Quick Fix should also suggest to convert to a "String"
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 04:29 EDT by Sarika Sinha CLA
Modified: 2014-05-26 01:12 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.