This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 146183

Summary: Add brace for if-else does not follow formatting settings
Product: java Reporter: Jiri Prox <jiriprox>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Prox 2008-09-04 13:43:49 UTC
Product Version: NetBeans IDE Dev (Build 20080904014715)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Linux version 2.6.22-15-generic running on i386; UTF-8; en_US (nb)

Add brace hint produces code which does not respect formatting setting

steps to reproduce:
1) have a code:
        if(1==1) System.out.println("");
        else System.out.println("");

2) use Add brace hint
-> the 'else' is on new line but should be after '}'
        if(1==1) {
            System.out.println("");
        }
        else {
            System.out.println("");
        }
Comment 1 Max Sauer 2008-09-04 13:49:11 UTC
Reproducible, diky Jirko.
Comment 2 Martin Balin 2016-07-07 07:16:18 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss