cp-api / cp-lib2

0 stars 0 forks source link

Bad library resources loaded in CapellaWorkspaceProvider #7

Closed eclipse-kitalpha-bot closed 3 years ago

eclipse-kitalpha-bot commented 3 years ago

In Capella, we have a LibraryManager. It is responsible to collect all available Libaries and Projects.

To collect Libraries/Projects it delegates to the CapellaWorkspaceProvider class (which extends AbstractCapellaProvider). This class has a light EditingDomain to manage library references directly available in the Workspace.

If another AbstractCapellaProvider is contributed, its resources are loaded in the CapellaWorkspaceProvider though they should not.

=> Do not load resources not handled by the CapellaWorkspaceProvider , using the isHandled method.

🆔 ECLIPSE-555034 / POLARSYS-563 👷 damien.filliat 📅 2015-10-12 🔎 1.0.0

eclipse-kitalpha-bot commented 3 years ago

ci-bot commented on 2015-10-13

Merged to [master]. Commit: d8d8e62775f8c89f93fe7aa419e07de5b8177ef8

jean.barata commented on 2015-10-14

fixed in 'master' branch