Bug 44570 - Code formatter option "Insert a new line inside an empty block" has no effect
Summary: Code formatter option "Insert a new line inside an empty block" has no effect
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 12:00 EDT by Frederic Fusier CLA
Modified: 2003-10-09 17:58 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 Frederic Fusier CLA 2003-10-09 12:00:07 EDT
Using new formatter nothing change in the sample for code 
	catch (NullPointerException e) {
	}
when I select/unselect the option "Insert a new line inside an empty block".
I would expected following code 
	catch (NullPointerException e) {}
when this option is not selected
Comment 1 Olivier Thomann CLA 2003-10-09 14:34:59 EDT
Fix is ready.
Comment 2 Olivier Thomann CLA 2003-10-09 14:44:50 EDT
Fixed and released in HEAD.
Regression test added.