Comment 1 for bug 794700

Revision history for this message
Sébastien Heymann (sebastien.heymann) wrote :

The current architecture makes this impossible.

ProjectControllerUIImpl.cleanWorkspace() should use:
GraphModel gm = Lookup.getDefault().lookup(GraphController.class).getModel(workspace);
gm.clear();

but adding the Graph API as a lib dependency of Project API would create a cyclic dependency.

Mathieu, any idea on how to do this?