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 48354

Summary: failure in testRemoveBeanRemovesChild
Product: platform Reporter: pzajac <pzajac>
Component: NodesAssignee: Jaroslav Tulach <jtulach>
Status: CLOSED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: test's log
test's log

Description pzajac 2004-09-02 10:47:00 UTC
Test Case:  	 testRemoveBeanRemovesChild
Test Suite: 	org.openide.nodes.&#8201;BeanChildrenTest
Module Name: 	openide
Jdk : 1.5rc

This test fails recently.
Comment 1 pzajac 2004-09-02 10:47:29 UTC
Created attachment 17312 [details]
test's log
Comment 2 Petr Hrebejk 2004-09-02 10:58:28 UTC
Jarda neets something interesting to do :-)
Comment 3 Jaroslav Tulach 2004-09-03 10:08:30 UTC
Works for me on b63 on my linux. 
Comment 4 Petr Hrebejk 2004-09-09 16:15:22 UTC
*** Issue 48769 has been marked as a duplicate of this issue. ***
Comment 5 pzajac 2004-09-09 16:30:18 UTC
200409081800][jdk1.5rc]
Test Case:  	 testRemoveBeanRemovesChild
Test Suite: 	org.openide.nodes.&#8201;BeanChildrenTest
Module Name: 	openide
Comment 6 pzajac 2004-09-09 16:33:17 UTC
Created attachment 17528 [details]
test's log
Comment 7 Jaroslav Tulach 2004-09-13 12:46:43 UTC
Date: 2004/09/13 12:45:47
Author: jtulach
Log:
#48354: There is a chance that the nodes could be garbage collected
before accessed again, so keeping strong reference to them

Members:
        BeanChildrenTest.java:1.3->1.4
Comment 8 pzajac 2004-09-16 14:42:29 UTC
v