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 117071 - Include comments and Javadoc in formatting samples
Summary: Include comments and Javadoc in formatting samples
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 21:44 UTC by bondolo
Modified: 2010-09-23 07:55 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 bondolo 2007-09-28 21:44:34 UTC
The source examples in the "Java Code" "Formatting" options tab do not include comments or javadoc. This is especially
noticeable in the "Blank Lines" pane. There also don't seem to be any blank line options associated with javadoc
comments. For example if I have a method like :

/**
* @param foo ....
*/
public void bar(int foo) {

and there is an option for "Before Method" does that mean before the method's javadoc or after the javadoc but before
the method declaration?

I'd hate to make things more complicated but it really seems that additional options for handling of javadoc are required.
Comment 1 bondolo 2008-02-20 18:57:52 UTC
reclassify