Community
Participate
Working Groups
The MetaDataLocatorFactory does not remove locators when a project is deleted from the workspace. The class implements IResourceChangeListener and has code to support removing the locators but is not configured to listen for the delete event, only the project close. It is a simple fix to modify the call to the workspace addResourceChangeListener() method and add the flag to listen for project delete events.
Created attachment 181686 [details] add MetaDataLocatorFactory as a listener for project delete events Will test this patch and then commit.
committed patch to HEAD.