Bug 195761 - [quick fix] quick fix for string<->Integer conversion
Summary: [quick fix] quick fix for string<->Integer conversion
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-08 09:13 EDT by Genady Beryozkin CLA
Modified: 2010-10-27 15:26 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 Genady Beryozkin CLA 2007-07-08 09:13:08 EDT
When there is an assigment from a primitive such as int to String or from String to an int, a quick fix with "String.valueOf()" would be nice.
for opposite conversions (string->int) suggesting Integer.parseInt() or similar function call will be just great.