eclipse-platform / eclipse-platform/eclipse.platform

Support IResourceDelta.COPIED_FROM on IResourceChangeListener

Open
#554 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
165
Forks
174
Avg merge
2d 8h
Merged PRs (30d)
22

Description

It is useful to determine when resources are copied so that additional actions may be taken (for example copying other related resources).

A patch will be provided that implements COPIED_FROM in a low overhead fashion using a HashMap in Workspace to track the linkage. No other fields are added to other classes.

(this issue is coming from https://bugs.eclipse.org/bugs/show_bug.cgi?id=217489)

Contributor guide

Open the contributing guide

Research direction

Start by reading the IResourceDelta and IResourceChangeListener APIs, then trace the Workspace resource-change processing mentioned in the issue. Determine where copy linkage can be tracked and exposed through COPIED_FROM; done means listeners can identify copied resources without adding fields to other classes.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
developer-experience
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.