Bug 6301

Summary: CodeFormatter - request for 'compact cast' option
Product: [Eclipse Project] JDT Reporter: Claude Knaus <Claude_Knaus>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: dirk_baeumer
Version: 2.0   
Target Milestone: 2.1   
Hardware: All   
OS: All   
Whiteboard:

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 ***