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 160513 - Analyze Javadoc is not as flexible as the Autocomment tool was
Summary: Analyze Javadoc is not as flexible as the Autocomment tool was
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 05:31 UTC by markt1964
Modified: 2010-09-23 08:45 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 markt1964 2009-03-18 05:31:55 UTC
When utilizing autocomment in earlier versions of netbeans, one could specify the domain over which it was supposed to
check for missing comments (for example, including private methods, or excluding public members, etc).  There does not
appear to be any such capability within the analyze javadoc tool, and it would be convenient if such flexibility were
added.  Also, it would be beneficial if Analyze Javadoc would still detect comments as missing even when the appropriate
@param's and @return fields exist, but there is no actual comment present, as Autocomment did (it would flag them as
partially complete).