Bug 6301 - CodeFormatter - request for 'compact cast' option
Summary: CodeFormatter - request for 'compact cast' option
Status: RESOLVED DUPLICATE of bug 3331
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 17582 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-11-26 06:49 EST by Claude Knaus CLA
Modified: 2002-11-05 16:30 EST (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 Claude Knaus CLA 2001-11-26 06:49:35 EST
There should be an option to allow the two styles of casts:

  String s= (String) object;
  String s= (String)object;   // compact cast

The option would fit nicely below 'Compact assignment'...
Comment 1 Philipe Mulet CLA 2001-11-26 11:26:29 EST
Defer
Comment 2 Philipe Mulet CLA 2002-07-25 06:30:51 EDT
Resurrecting formatter issues in 2.1 stream.
Comment 3 Philipe Mulet CLA 2002-07-25 06:32:40 EDT
Clearing resolution
Comment 4 Olivier Thomann CLA 2002-07-30 14:05:05 EDT
*** Bug 17582 has been marked as a duplicate of this bug. ***
Comment 5 Olivier Thomann CLA 2002-11-05 16:30:50 EST

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