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 2362 - The Customize Bean action is enabled over non Bean object
Summary: The Customize Bean action is enabled over non Bean object
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-29 18:37 UTC by Jan Palka
Modified: 2008-12-23 11:49 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 Palka 1999-06-29 18:37:41 UTC
An error dialog is shown only with the name of the class.

Eg. the exception is printed:
java.lang.ClassNotFoundException: com/klg/jclass/swing/JCTreeExplorer
	at org.openide.loaders.InstanceSupport.instanceCreate(InstanceSupport.java:173)
	at org.openide.actions.CustomizeBeanAction.customize(CustomizeBeanAction.java:106)
	at org.openide.actions.CustomizeBeanAction$1.run(CustomizeBeanAction.java:53)
	at org.openide.util.Task.run(Task.java:125)
	at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:379)
Comment 1 Marek Grummich 2000-07-25 09:39:59 UTC
Priority is changed to P4 (normal).