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 - failure in testRemoveBeanRemovesChild
Summary: failure in testRemoveBeanRemovesChild
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
: 48769 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-02 10:47 UTC by pzajac
Modified: 2008-12-22 17:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test's log (6.15 KB, text/plain)
2004-09-02 10:47 UTC, pzajac
Details
test's log (6.15 KB, text/plain)
2004-09-09 16:33 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-09-02 10:47:00 UTC
Test Case:  	 testRemoveBeanRemovesChild
Test Suite: 	org.openide.nodes. 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. 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