Mentions légales du service

Skip to content

Fix scope for members

Maxime Audinot requested to merge fix-scope-for-members into master

The scope for members was based on iterating on the resourceSet instead of relying on the global scope provider, which lead to cross-referencing issues when the resourceSet was not yet set up at launch. Now, it should work on the same references, but without the bug of cross ref resolution on opening eclipse.

Merge request reports