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 214656 - NullPointerException at java.util.LinkedList.addAll
Summary: NullPointerException at java.util.LinkedList.addAll
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-23 11:44 UTC by pisuloja
Modified: 2012-08-07 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189959


Attachments
stacktrace (5.24 KB, text/plain)
2012-06-23 11:44 UTC, pisuloja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pisuloja 2012-06-23 11:44:37 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: OpenJDK 64-Bit Server VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-b147
OS: Linux

User Comments:
pisuloja: Switching from Source view to Design view. Design view shows components in the Navigator but nothing in the Design view.




Stacktrace: 
java.lang.NullPointerException
   at java.util.LinkedList.addAll(LinkedList.java:406)
   at java.util.LinkedList.addAll(LinkedList.java:385)
   at de.sugaryourcoffee.person.model.PersonChildrenFactory.createKeys(PersonChildrenFactory.java:33)
   at org.openide.nodes.SynchChildren.refresh(SynchChildren.java:86)
   at org.openide.nodes.SynchChildren.addNotify(SynchChildren.java:70)
   at org.openide.nodes.Children.callAddNotify(Children.java:575)
Comment 1 pisuloja 2012-06-23 11:44:41 UTC
Created attachment 121248 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-08-07 14:58:49 UTC
Please report this bug to de.sugaryourcoffee.person.model.PersonChildrenFactory