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 207647 - Format refactoring in JavaDoc
Summary: Format refactoring in JavaDoc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 18:51 UTC by ulfzibis
Modified: 2012-01-23 19:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2012-01-23 18:51:44 UTC
[ BUILD # : 7.1 ]
[ JDK VERSION : 1.6 ]

Often one has old code with old javadoc tags.
It would be great to have a automatic reformatting e.g.:
<code>...</code>  -->  {@code ...}
  (additionally refer
  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7132338)
@exception  -->  @throws
Consistent alignment of tags e.g.:
  @author, @see, @since, @params, @return, @throws
Line wrapping inside /**...*/ at defined column, often 80
Comment 1 ulfzibis 2012-01-23 19:06:40 UTC
For additional discussion see:
http://thread.gmane.org/gmane.comp.java.openjdk.core-libs.devel/9008