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 223917

Summary: API Review: add method to get all dependent roots
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: SourceAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, jlahoda, ralphbenjamin
Priority: P2 Keywords: API, API_REVIEW_FAST
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 223265    
Attachments: Proposed API change

Description Ralph Ruijs 2012-12-17 10:47:32 UTC
The current implementation of SourceUtils.getDependentRoots filters the result to only contain roots from opened projects. This api adds an overloaded method where you can specify if the results should be filtered.
Comment 1 Ralph Ruijs 2012-12-17 10:49:56 UTC
Created attachment 129444 [details]
Proposed API change
Comment 2 Ralph Ruijs 2012-12-17 10:50:49 UTC
Please review.
Comment 3 Ralph Ruijs 2012-12-21 08:53:54 UTC
If there are no comments, I will integrate the patch at the end of the day. Thanks.
Comment 4 Ralph Ruijs 2012-12-31 09:42:14 UTC
http://hg.netbeans.org/jet-main/rev/584f3dcb83c1
Author:    Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Date:      2012-12-31 10:35
Comment 5 Quality Engineering 2013-01-03 02:39:57 UTC
Integrated into 'main-golden', will be available in build *201301030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/584f3dcb83c1
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: Issue #223917 - API Review: add method to get all dependent roots