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 150748

Summary: Inconsistent delegation of getNodes(true)
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: NodesAssignee: t_h <t_h>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Test to show the inconsistencies

Description Jaroslav Tulach 2008-10-20 16:56:46 UTC
new FilterNode(someNode).getNodes(true) does not correctly delegate to the someNode.getNodes(true) in some cases.
Comment 1 Jaroslav Tulach 2008-10-20 16:57:16 UTC
Created attachment 72281 [details]
Test to show the inconsistencies
Comment 2 t_h 2008-10-22 12:21:38 UTC
4f225bb4d911
Comment 3 Quality Engineering 2008-10-23 04:50:17 UTC
Integrated into 'main-golden', will be available in build *200810230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4f225bb4d911
User: Tomas Holy <t_h@netbeans.org>
Log: #150748: Inconsistent delegation of getNodes(true)
Comment 4 Jaroslav Tulach 2008-10-23 08:10:16 UTC
OK. Isn't this issue a candidate for patch1 of 6.5?
Comment 5 rbalada 2008-11-13 22:39:11 UTC
I've transplanted the changeset http://hg.netbeans.org/main/rev/4f225bb4d911 into release65_fixes repository as
http://hg.netbeans.org/release65_fixes/rev/188cefadbc8e
Comment 6 Lukas Hasik 2008-12-02 15:40:42 UTC
verified in patch1, tests pass