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

Summary: Variable declaration is not corectly formatted
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173487    

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