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 229764 - StackOverflowError at org.openide.nodes.Children$Dupl.hashCode
Summary: StackOverflowError at org.openide.nodes.Children$Dupl.hashCode
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
: 218134 229763 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-15 10:02 UTC by sreimers
Modified: 2014-07-24 14:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200657


Attachments
stacktrace (10.54 KB, text/plain)
2013-05-15 10:02 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2013-05-15 10:02:10 UTC
Build: NetBeans IDE Dev (Build 201305142300)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b31, Java(TM) SE Runtime Environment, 1.8.0-ea-b89
OS: Windows 7

User Comments:
sreimers: expanding root node of project




Stacktrace: 
java.lang.IllegalStateException: Cannot initialize 0th child of node org.netbeans.modules.apisupport.project.ui.SuiteLogicalView$SuiteRootNode[name=][Name=1stLordofSNMCNM, displayName=1stLordofSNMCNM]; it already belongs to node org.netbeans.modules.apisupport.project.ui.SuiteLogicalView$SuiteRootNode[name=][Name=1stLordofSNMCNM, displayName=1stLordofSNMCNM] (did you forgot to use cloneNode?)
Children of new node: null
Children of old node: null
   at org.openide.nodes.Node.assignTo(Node.java:354)
   at org.openide.nodes.EntrySupportDefault.justComputeNodes(EntrySupportDefault.java:212)
   at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:88)
   at org.openide.nodes.EntrySupportDefault.getNodes(EntrySupportDefault.java:130)
   at org.openide.nodes.EntrySupportDefault.getNodes(EntrySupportDefault.java:172)
   at org.openide.nodes.Children.getNodes(Children.java:469)
Comment 1 sreimers 2013-05-15 10:02:12 UTC
Created attachment 134454 [details]
stacktrace
Comment 2 Jan Peska 2013-08-19 08:13:31 UTC
reassigning to APISupport for further evaluation
Comment 3 Jan Peska 2013-08-19 08:15:25 UTC
*** Bug 229763 has been marked as a duplicate of this bug. ***
Comment 4 Martin Kozeny 2014-01-09 14:30:34 UTC
*** Bug 218134 has been marked as a duplicate of this bug. ***
Comment 5 Martin Kozeny 2014-07-24 14:39:53 UTC
Could you please add what did you do before expanding? It looks like there are missing Modules node and Important files node in your suite.