gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00127
[Bug 541813] [NEW] Error on right-clicking on the graph when no project is loaded
Public bug reported:
Way to reproduce:
1) Open Gephi
2) Right-click on the graph
Exception is thrown
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.bridge.DHNSEventBridge.canExpand(DHNSEventBridge.java:70)
at org.gephi.visualization.api.GraphContextMenu.getMenu(GraphContextMenu.java:77)
at org.gephi.visualization.swing.StandardGraphIO.mouseClicked(StandardGraphIO.java:193)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
at java.awt.Component.processMouseEvent(Component.java:6266)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
** Affects: gephi
Importance: Low
Assignee: Mathieu Bastian (mathieu.bastian)
Status: Confirmed
** Affects: gephi/0.7
Importance: Undecided
Status: Confirmed
** Tags: ui
** Also affects: gephi/0.7
Importance: Undecided
Status: New
** Changed in: gephi/0.7
Status: New => Confirmed
--
Error on right-clicking on the graph when no project is loaded
https://bugs.launchpad.net/bugs/541813
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Confirmed
Status in Gephi 0.7 series: Confirmed
Bug description:
Way to reproduce:
1) Open Gephi
2) Right-click on the graph
Exception is thrown
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.bridge.DHNSEventBridge.canExpand(DHNSEventBridge.java:70)
at org.gephi.visualization.api.GraphContextMenu.getMenu(GraphContextMenu.java:77)
at org.gephi.visualization.swing.StandardGraphIO.mouseClicked(StandardGraphIO.java:193)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
at java.awt.Component.processMouseEvent(Component.java:6266)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
Follow ups
References