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 193460 - Repeatedly auto-formatting the code can "walk" a { out a space each time
Summary: Repeatedly auto-formatting the code can "walk" a { out a space each time
Status: RESOLVED DUPLICATE of bug 191786
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 193469 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-15 19:14 UTC by Salamander
Modified: 2011-01-10 16:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Salamander 2010-12-15 19:14:13 UTC
Product Version = NetBeans IDE 7.0 Beta (Build 201011152355)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03


The line that was causing the issue:
 private final MessageListener<ServiceRequest> listener = new MessageListener<ServiceRequest>() {

the trailing "{" would walk one space to the right every time I did a ctrl-alt-F
Comment 1 Marian Mirilovic 2010-12-20 15:27:44 UTC
*** Bug 193469 has been marked as a duplicate of this bug. ***
Comment 2 Dusan Balek 2011-01-10 16:42:35 UTC
Already fixed in the current dev build.

*** This bug has been marked as a duplicate of bug 191786 ***