Workspace > Clean do nothing

Bug #794700 reported by Sébastien Heymann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Confirmed
Medium
Mathieu Bastian

Bug Description

The button Workspace > Clean should empty the graph of the current workspace, but nothing happens.

Tags: ui workspace
Changed in gephi:
milestone: none → 0.8alpha
importance: Undecided → Medium
status: New → Confirmed
tags: added: ui workspace
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?

Changed in gephi:
assignee: nobody → Mathieu Bastian (mathieu.bastian)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.