Bug 315778 - Need IResource.accept(IResourceProxyVisitor , ...) with 'depth' parameter
Summary: Need IResource.accept(IResourceProxyVisitor , ...) with 'depth' parameter
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.8 M2   Edit
Assignee: Szymon Ptaszkiewicz CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2010-06-04 10:56 EDT by Dani Megert CLA
Modified: 2011-08-17 07:27 EDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (9.59 KB, patch)
2011-07-25 15:59 EDT, Szymon Ptaszkiewicz CLA
no flags Details | Diff
Patch v2 (9.88 KB, patch)
2011-08-17 06:50 EDT, Szymon Ptaszkiewicz CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2010-06-04 10:56:48 EDT
3.6 RC3.

It's good style to use an IResourceProxyVisitor instead of IResourceVisitor but unfortunately no IResource.accept(...) variant offers the very handy 'depth' parameter.

Please add it.
Comment 1 Szymon Brandys CLA 2011-03-24 06:38:53 EDT
Moving to 3.8.
Comment 2 Szymon Ptaszkiewicz CLA 2011-07-25 15:59:29 EDT
Created attachment 200310 [details]
Patch v1
Comment 3 Szymon Ptaszkiewicz CLA 2011-08-17 06:50:18 EDT
Created attachment 201632 [details]
Patch v2

Rebased to HEAD.
Comment 4 Szymon Brandys CLA 2011-08-17 07:17:11 EDT
Looks good.
Comment 5 Szymon Ptaszkiewicz CLA 2011-08-17 07:27:11 EDT
Patch v2 released.