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

Summary: Swing Bean Form creation wizard shouldn't generate bean if the specified super-class for bean doesn't exist in the project's context
Product: guibuilder Reporter: ytn01
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.