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 132117

Summary: space lines added to class/member variable declarations after 'format'
Product: editor Reporter: jimmyjazz <jimmyjazz>
Component: Formatting & IndentationAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description jimmyjazz 2008-04-04 22:57:19 UTC
mahlzeit,

only commented declarations are affected
here an example:

public class myclass {
   long len; // comment1
   double dia; // comment2
   ...}

after using 'format' (Alt+Shift+F) it looks like this:

public class myclass {
   long len; // comment1

   double dia; // comment2

   ...}

This behavior occurs in 6.1 beta and in Build 200804041203.

mfg
jimmyjazz
Comment 1 Jiri Prox 2008-04-07 07:12:01 UTC
This is already reported. Thanks for you report anyway

*** This issue has been marked as a duplicate of 131954 ***