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 232293 - No spaces option in code format for empty parentheses
Summary: No spaces option in code format for empty parentheses
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 05:09 UTC by Kilkakon
Modified: 2013-07-05 05:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kilkakon 2013-07-05 05:09:52 UTC
I haven't used Netbeans for a while, come back to it after a year or so.

I'm sure that there used to be an option in the code formating area of the options to allow spaces in empty brackets, e.g.

Dog myPet = new Dog( );
String[ ] books = { "Alice in Wonderland", "Twilight", "The Dictionary" };

There doesn't seem to be one anymore! Can I have it back please? If it wasn't there before can I have it now?