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 65962 - testGetNodesFromTwoThreads57769
Summary: testGetNodesFromTwoThreads57769
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://beetle.czech:8080/unittest/for...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-10-05 13:29 UTC by Jaroslav Tulach
Modified: 2008-12-22 22:57 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 Jaroslav Tulach 2005-10-05 13:29:41 UTC
Just two nodes created: 3 stacks: java.lang.Exception: Creating: 0 for key: 1 
at org.openide.nodes.ChildrenKeysTest$1.createNodes(ChildrenKeysTest.java:56) 
at org.openide.nodes.Children$Keys$KE.nodes(Children.java:2131) at 
org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:115) at 
org.openide.nodes.Children$Info.nodes(Children.java:1199) at 
org.openide.nodes.Children.justComputeNodes(Children.java:665) at 
org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:56) at 
org.openide.nodes.Children.getNodes(Children.java:350) at 
org.openide.nodes.ChildrenKeysTest.testGetNodesFromTwoThreads57769
(ChildrenKeysTest.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0
(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:324) at 
junit.framework.TestCase.runTest(TestCase.java:154) at 
org.openide.nodes.ChildrenKeysTest.runTest(ChildrenKeysTest.java:41) at 
org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:135) at 
junit.framework.TestResult$1.protect(TestResult.java:106) at 
junit.framework.TestResult.runProtected(TestResult.java:124) at 
junit.framework.TestResult.run(TestResult.java:109) at 
junit.framework.TestCase.run(TestCase.java:118) at
Comment 1 Jaroslav Tulach 2005-10-11 13:56:15 UTC
I guess I will have to reopen tomorrow... 
 
Checking in src/org/openide/nodes/Children.java;  
/cvs/openide/nodes/src/org/openide/nodes/Children.java,v  <--  Children.java  
new revision: 1.4; previous revision: 1.3  
done  
Checking in test/unit/src/org/openide/nodes/ChildrenKeysTest.java;  
/cvs/openide/nodes/test/unit/src/org/openide/nodes/ChildrenKeysTest.java,v   
<--  ChildrenKeysTest.java  
new revision: 1.5; previous revision: 1.4  
Comment 2 Jaromir Uhrik 2006-01-16 15:45:59 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.