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 183840

Summary: [69cat] Show javadoc command and flags
Product: java Reporter: gliesian <gliesian>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal CC: jglick
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description gliesian 2010-04-10 23:02:23 UTC
Similarly to what is done with the JDBC URL when creating a database connection, show the javadoc command/options as components are selected/completed.

For example, if someone selects the author and version checkboxes and leaves everything else blank, there will be a component (with listener) that shows the following:

javadoc -author -version ...

Thanks.

Note: This is relative to the the panel associated with the
Build/Documenting node in the Project Properties dialog.