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 180132 - Code formatting breaks line before default value
Summary: Code formatting breaks line before default value
Status: VERIFIED FIXED
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 03:05 UTC by Alexandr Scherbatiy
Modified: 2010-03-19 10:11 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 03:05:29 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:

- Open the project:
 http://netbeans.org/bugzilla/attachment.cgi?id=93747

- Open the  mathematics.multidimensional.MDPoint class
- Format the code
The result is:
---------------------------------------------
public class MDPoint extends MDNode {

    public   var radius: Number            

      = 1;

// ...

}
---------------------------------------------
Comment 1 Alexandr Scherbatiy 2010-02-02 03:10:34 UTC
The same is for the class mathematics.multidimensional.MDShape
Comment 2 Anton Chechel 2010-03-17 16:16:05 UTC
fixed
http://hg.netbeans.org/javafx/rev/02eef055766a
Comment 3 Alexandr Scherbatiy 2010-03-19 10:11:27 UTC
verified in NetBeans-JavaFX-Soma: #190