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

Summary: Code formatting breaks line before default value
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: EditorAssignee: Anton Chechel <manowar>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173487    

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