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 - Ability to remove space before parenthesis for assert keyword
Summary: Ability to remove space before parenthesis for assert keyword
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 00:01 UTC by _ gtzabari
Modified: 2016-01-23 10:33 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 _ 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?