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 153536

Summary: When wrapping code lines, break after a comma or before an operator.
Product: java Reporter: pizaninja <pizaninja>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/community/guidelines/code-conventions.html
Issue Type: DEFECT Exception Reporter:

Description pizaninja 2008-11-20 13:47:23 UTC
Hi,

   As explained there: http://groups.google.com/group/NetBeans/browse_thread/thread/275b882c8a225f5d
   NetBeans code formatter seems to do not follow a NetBeans code convention:
   Formatting : "When wrapping code lines, break after a comma or before an operator."

   Indeed, code formatter allow user to wrap code lines after an operator and not _before_

   Is there a solution to apply wrapping BEFORE an operator and not AFTER ?

   Regards,

pn.
Comment 1 Dusan Balek 2008-11-28 14:50:08 UTC
Already reported. Thanks.

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