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 173240 - Variable declaration is not corectly formatted
Summary: Variable declaration is not corectly formatted
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2009-09-29 10:14 UTC by Alexandr Scherbatiy
Modified: 2009-10-09 10:09 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 2009-09-29 10:14:14 UTC
Steps to reproduce:


- Copy the code to the editor:
----------------------------------------
var c = 30 + 40;
----------------------------------------
- Format the code
The result is:
----------------------------------------
        var c  =  30+40
;
----------------------------------------
Comment 1 Anton Chechel 2009-10-07 15:55:13 UTC
fixed
http://hg.netbeans.org/javafx/rev/48d94315f1f0
Comment 2 Alexandr Scherbatiy 2009-10-09 10:09:06 UTC
verified in netbeans-trunk-nightly-200910080418-javafx-full.zip