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 206115 - Swing Bean Form creation wizard shouldn't generate bean if the specified super-class for bean doesn't exist in the project's context
Summary: Swing Bean Form creation wizard shouldn't generate bean if the specified supe...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 23:42 UTC by ytn01
Modified: 2011-12-07 23: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 ytn01 2011-12-07 23:42:45 UTC
The Swing Bean Form creation wizard currently creates/generates bean classes whether the user specified super-class for bean exists(is found) or not.
Where if the specified super-class doesn't exist, bean's form cannot be opened for editing.

I personally recommend the wizard notify the user (prior to generating bean's class & form) when the specified super-class for bean doesn't exist on the project context.

This will give the user to correct the input (in case of mistakes) or proceed intentionally.