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 181938

Summary: Code formatting shifts run() function parameters
Product: javafx Reporter: Anton Chechel <manowar>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED FIXED    
Severity: normal CC: rationalpi
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173487    

Description Anton Chechel 2010-03-12 12:29:03 UTC
Code:
=======
function run(args: String []) {
    println(sizeof args);
}
=======
Formatting result:
=======
function run(args:   String []) {
    println(sizeof args);
}
=======
Caused by compiler issue: http://javafx-jira.kenai.com/browse/JFXC-4226
Waiting for fix.
Comment 1 Anton Chechel 2010-03-15 14:22:50 UTC
fixed by workaround, compiler issue is not fixed though
http://hg.netbeans.org/javafx/rev/698659b0e6e2
Comment 2 Alexandr Scherbatiy 2010-03-16 12:47:07 UTC
verified in NetBeans-JavaFX-Soma: #187
Comment 3 Anton Chechel 2010-03-18 13:47:31 UTC
*** Bug 182271 has been marked as a duplicate of this bug. ***