Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 397120 - Formatter considers force split option off as on and adds extra newline for constructor arguments
Summary: Formatter considers force split option off as on and adds extra newline for c...
Status: RESOLVED DUPLICATE of bug 103049
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 18:08 EST by parth CLA
Modified: 2013-01-01 00:05 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 parth CLA 2012-12-22 18:08:03 EST
I have found this bug, but no activity on it. 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=103049

Here is an example.

  this.secretKey = new SecretKeySpec(                                           
                                     Base64.decodeBase64(secretKey.getBytes()),
                                     algorithm);
Comment 1 Jay Arthanareeswaran CLA 2013-01-01 00:05:46 EST
You should have just added to the discussion on bug 103049 and not created a new one. Currently we don't have a owner for the formatter component. So, we can't say when this will get fixed. The bug 103049 has been flagged 'helpwanted'. So, you are welcome to post a patch if you can.

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