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 61664 - NPE when clicking on JPanel node at inspector
Summary: NPE when clicking on JPanel node at inspector
Status: CLOSED DUPLICATE of bug 61587
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 14:02 UTC by Jaromir Uhrik
Modified: 2005-09-05 09:30 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 Jaromir Uhrik 2005-08-02 14:02:51 UTC
[200508011800]
1.Create JPanel form
2.In component inspector click on the JPanel node
3.The following exception appears (and appears everytime when the JPanel node is
selected): 

java.lang.NullPointerException
	at
org.netbeans.modules.form.RADVisualComponent.createPropertySets(RADVisualComponent.java:137)
	at org.netbeans.modules.form.RADComponent.getProperties(RADComponent.java:533)
	at
org.netbeans.modules.form.RADComponentNode.getPropertySets(RADComponentNode.java:113)
	at
org.openide.explorer.propertysheet.PropertySheet.setCurrentNode(PropertySheet.java:537)
	at
org.openide.explorer.propertysheet.PropertySheet.doSetNodes(PropertySheet.java:354)
	at
org.openide.explorer.propertysheet.PropertySheet.access$300(PropertySheet.java:58)
[catch] at
org.openide.explorer.propertysheet.PropertySheet$3.run(PropertySheet.java:496)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Jan Stola 2005-08-02 14:11:26 UTC

*** This issue has been marked as a duplicate of 61587 ***
Comment 2 Jaromir Uhrik 2005-08-05 09:57:10 UTC
Duplicate - verified->closed.