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 2310 - Selecting multiple components in Form Window (Hold CTRL) throws an exception
Summary: Selecting multiple components in Form Window (Hold CTRL) throws an exception
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ ttran
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-26 01:36 UTC by Jan Palka
Modified: 2002-07-19 15:19 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-26 01:36:16 UTC
java.lang.NullPointerException:
        at org.openide.nodes.Node$Property.equals(Node.java:677)
        at org.openide.explorer.propertysheet.PropertyDetails.addProperty(Proper
tyDetails.java:105)
        at org.openide.explorer.propertysheet.BeansDetails.parseProperties(Beans
Details.java:233)
        at org.openide.explorer.propertysheet.BeansDetails.parsePropertySets(Bea
nsDetails.java:209)
        at org.openide.explorer.propertysheet.BeansDetails.getPropertySetDisplay
Names(BeansDetails.java:87)
        at org.openide.explorer.propertysheet.PropertySheet.refreshPropertySheet
(PropertySheet.java:617)
        at org.openide.explorer.propertysheet.PropertySheet.access$17(PropertySh
eet.java:612)
        at org.openide.explorer.propertysheet.PropertySheet$14.run(PropertySheet
.java:1123)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEven

tQueueUtilities.java:354)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilit
ies.java:350)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Sys
temEventQueueUtilities.java:391)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:53:59 UTC
Bug assigned to the module owner.