Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Primary Owner



It seems that the Java element deltas are being reported for all kinds of
working copy owners. If so, how can a listener decide if the delta is
related to the primary working copy owner? Note: the listener has no access
to a CU i.e. it cannot use ICompilationUnit.getOwner() and compare with the
owner of the delta. What I would need is

- an API to ask for the primary owner
- allow to add a listener that only reports deltas for a specific owner

Dani



Back to the top