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 110530

Summary: Ability to remove space before parenthesis for assert keyword
Product: java Reporter: _ gtzabari <gtzabari>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ gtzabari 2007-07-23 00:01:42 UTC
dev build 200707220000

Currently code-format inserts a space before the parenthesis of assert. For example:

assert(test);

becomes:

assert (test);

There doesn't seem to be a way to configure this behavior in the options dialog.
Comment 1 _ gtzabari 2016-01-23 10:33:10 UTC
I no longer need/want this feature. Should I close it? If so, under what resolution?