Bug 49634 - Code Formatter White Space on Method Invocation
Summary: Code Formatter White Space on Method Invocation
Status: RESOLVED DUPLICATE of bug 49298
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M7   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-07 12:06 EST by Geoffrey Wiseman CLA
Modified: 2004-01-07 12:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Wiseman CLA 2004-01-07 12:06:19 EST
The new code formatter in M6 looks great - lots of configuration options, and 
working well for me.

I've just got one minor hangup:  White Space / Expressions / Method and 
Constructor Calls / after opening and before closing parenthesis.

It doesn't work quite perfectly.  The example illustrates the problem perfectly:

		super( a, b, c );
		oneMethod( a, b, c);

That is, the constructor invocation is properly spaced, but the method 
invocation is missing the white space before the closing parenthesis.
Comment 1 Olivier Thomann CLA 2004-01-07 12:19:30 EST
This is a duplicate of bug 49298. It will be fixed today.

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