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 213763 - NullPointerException at org.openide.nodes.Children$Keys.setKeys
Summary: NullPointerException at org.openide.nodes.Children$Keys.setKeys
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 17:37 UTC by Exceptions Reporter
Modified: 2012-09-04 06:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189173


Attachments
stacktrace (5.75 KB, text/plain)
2012-06-07 17:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-07 17:37:08 UTC
This bug was originally marked as duplicate of bug 114228, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
GUEST: Your UI SUCKS BALLS!!!




Stacktrace: 
java.lang.NullPointerException
   at org.openide.nodes.Children$Keys.setKeys(Children.java:1480)
   at org.netbeans.modules.websvc.design.navigator.WSDesignViewNavigatorContent$WSChildren.updateKeys(WSDesignViewNavigatorContent.java:133)
   at org.netbeans.modules.websvc.design.navigator.WSDesignViewNavigatorContent$WSChildren.addNotify(WSDesignViewNavigatorContent.java:124)
   at org.openide.nodes.Children.callAddNotify(Children.java:575)
   at org.openide.nodes.EntrySupport$Default.getArray(EntrySupport.java:770)
   at org.openide.nodes.EntrySupport$Default.getNodes(EntrySupport.java:172)
Comment 1 Exceptions Reporter 2012-06-07 17:37:15 UTC
Created attachment 120509 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-06-07 20:40:43 UTC
WSDesignViewNavigatorContent$WSChildren, don't call setKeys with null please.
Comment 3 Denis Anisimov 2012-09-04 06:52:18 UTC
It has been fixed as a fix for issue #211593.