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 134675

Summary: "Generate constructor" does not generate JavaDoc
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tim Lebedkov 2008-05-07 14:59:00 UTC
JavaDoc should be generated

For example
/**
 * {@inheritDoc}
 */
Comment 1 Jan Pokorsky 2008-10-16 19:36:52 UTC
{@inheritDoc} does not make sense in case of constructor IMO. @param tags would be useful.