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 180149 - Last curly bracket is not properly formatted in function
Summary: Last curly bracket is not properly formatted in function
Status: VERIFIED DUPLICATE of bug 180146
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2010-02-02 06:07 UTC by Alexandr Scherbatiy
Modified: 2010-02-05 04:04 UTC (History)
0 users

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 Alexandr Scherbatiy 2010-02-02 06:07:00 UTC
NetBeans-JavaFX-Soma: #140

  Product Version         = NetBeans IDE Dev (Build 201001280200)
(#eeef33500a1a)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun
Microsystems Inc.


Steps to reproduce:

- Copy the code to the editor:
------------------------------------------------------------
function run() {
    } 
------------------------------------------------------------
- Format the code

The last bracket is not properly formatted:
------------------------------------------------------------
function run() {
    } 
------------------------------------------------------------
Comment 1 Anton Chechel 2010-02-03 07:11:18 UTC

*** This bug has been marked as a duplicate of bug 180146 ***
Comment 2 Alexandr Scherbatiy 2010-02-05 04:04:15 UTC
verified as duplicate