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 - Code formatting shifts run() function parameters
Summary: Code formatting shifts run() function parameters
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
: 182271 (view as bug list)
Depends on:
Blocks: 173487
  Show dependency tree
 
Reported: 2010-03-12 12:29 UTC by Anton Chechel
Modified: 2010-03-18 13:47 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 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. ***