You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code snippet CREATES a new project in a freshly started Gephi instance, but does not enable the File/Save action or the items in the Workspace menu. However, when closing Gephi, the prompt "Save changes before closing" appears.
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
at java.lang.String.substring(String.java:1911)
at org.gephi.desktop.project.ProjectControllerUIImpl$5.run(ProjectControllerUIImpl.java:268)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:158)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Hi @jbliesener and thanks for the report. You are totally right and this wasn't the best design from our part. We actually fixed that in #2589. Starting from 0.10.0 we'll only need to interact with ProjectController. The UI is following changes behind the scene.
The following code snippet CREATES a new project in a freshly started Gephi instance, but does not enable the File/Save action or the items in the Workspace menu. However, when closing Gephi, the prompt "Save changes before closing" appears.
I have documented the issue here: http://www.youtube.com/watch?v=6HGWLS04XII
The text was updated successfully, but these errors were encountered: