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 185354 - Incorrect comment in generated BeanForm
Summary: Incorrect comment in generated BeanForm
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-03 13:01 UTC by Jan Stola
Modified: 2010-05-03 13:17 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 Jan Stola 2010-05-03 13:01:51 UTC
Create a new form from BeanFrom template. Name this form MyBeanForm. The generated code contains the following comment (next to the constructor):

/** Creates new form BeanForm */

The correct comment should be

/** Creates new form MyBeanForm */

i.e. the comment should contain the name of the form (as it does for other templates).
Comment 1 Jan Stola 2010-05-03 13:17:05 UTC
Fixed.

Modified file: http://hg.netbeans.org/cdev/rev/96518b0bd838