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 68543 - CNFE when creating BeanForm
Summary: CNFE when creating BeanForm
Status: VERIFIED DUPLICATE of bug 65116
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 13:01 UTC by Milan Kubec
Modified: 2005-12-20 10:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (5.35 KB, text/plain)
2005-11-11 13:02 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-11-11 13:01:41 UTC
[dev-200511102100, JDK 1.5.0_05]

Steps to reproduce:
1) Invoke New File/Folder and select BeanForm under Java GUI Forms, click Next
2) Enter not existing Superclass, e.g. java.lang.Jouda, click Next
ClassNotFoundException is thrown.
Comment 1 Milan Kubec 2005-11-11 13:02:49 UTC
Created attachment 26859 [details]
exc stack trace
Comment 2 Jan Stola 2005-11-11 13:42:09 UTC
Could you, please, specify the expected behaviour?
Why isn't a dialog saying

"Cannot determine form type (java.lang.Jouda).
Please make sure the class is a JavaBean.
The form cannot be opened."

sufficient?
Comment 3 Tomas Pavek 2005-11-15 11:40:13 UTC

*** This issue has been marked as a duplicate of 65116 ***
Comment 4 Milan Kubec 2005-12-20 10:07:16 UTC
See my comment in issue #65116 to learn why such message is not sufficient.
Verified dupe. The report was completly COMPLETE.