Bug 17582 - Formatter should provide option to not insert blank after cast
Summary: Formatter should provide option to not insert blank after cast
Status: RESOLVED DUPLICATE of bug 6301
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: Other Linux-GTK
: P3 normal (vote)
Target Milestone: 2.1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-24 06:26 EDT by Dirk Baeumer CLA
Modified: 2002-07-30 14:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Baeumer CLA 2002-05-24 06:26:20 EDT
F1 
 
I would like to see an option to format code "String s= (String) foo();" as 
"String s= (String)foo();"
Comment 1 Olivier Thomann CLA 2002-05-24 10:14:35 EDT
The formatter completely ignores the notion of a cast. This should be adressed when revisiting 
the code formatter post 2.0.
Comment 2 Philipe Mulet CLA 2002-05-25 08:33:07 EDT
Deferring
Comment 3 Philipe Mulet CLA 2002-07-25 06:30:49 EDT
Resurrecting formatter issues in 2.1 stream.
Comment 4 Philipe Mulet CLA 2002-07-25 06:32:39 EDT
Clearing resolution
Comment 5 Olivier Thomann CLA 2002-07-30 14:05:03 EDT

*** This bug has been marked as a duplicate of 6301 ***