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 - When wrapping code lines, break after a comma or before an operator.
Summary: When wrapping code lines, break after a comma or before an operator.
Status: RESOLVED DUPLICATE of bug 151154
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://www.netbeans.org/community/gui...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 13:47 UTC by pizaninja
Modified: 2008-11-28 14:50 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 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 ***