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 101850 - Javadoc incomplete for #93509
Summary: Javadoc incomplete for #93509
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 93509
  Show dependency tree
 
Reported: 2007-04-19 22:04 UTC by Jesse Glick
Modified: 2007-04-20 07:45 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 Jesse Glick 2007-04-19 22:04:56 UTC
At least I have noticed that AntBuildExtenderSupport and
AntBuildExtenderImplementation have incomplete Javadoc.

In particular, the constants in AntBuildExtenderImplementation worry me. Does an
implementor really need to use all of these? (Any of them?) j2seproject does
not. Looks to me like this should be moved to an impl package.
Comment 1 Milos Kleint 2007-04-20 07:45:12 UTC
yup. These constants were used before, but not anymore. I moved thm away.
Updated the javadoc for the support class.