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 190019 - Adding TreeUtilities.translate
Summary: Adding TreeUtilities.translate
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2010-08-31 11:21 UTC by Jan Lahoda
Modified: 2010-09-23 08:11 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Proposed API change with implementation and usage. (22.30 KB, patch)
2010-08-31 11:21 UTC, Jan Lahoda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2010-08-31 11:21:48 UTC
Created attachment 101770 [details]
Proposed API change with implementation and usage.

I would like to add a new method, translate, to TreeUtilities. This method should change the given tree according to given set of changes. A patch is attached. Please review.
Comment 1 Quality Engineering 2010-09-09 03:06:39 UTC
Integrated into 'main-golden', will be available in build *201009090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/42d503f81b67
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #190019: Introducing TreeUtilities.translate.