gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00775
[Bug 663561] [NEW] Error on selecting nodes from filter if graph window not shwn at startup
Public bug reported:
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.VizController.selectNodes(VizController.java:191)
at org.gephi.filters.FilterControllerImpl.selectVisible(FilterControllerImpl.java:215)
at org.gephi.desktop.filters.FiltersPanel$1.actionPerformed(FiltersPanel.java:87)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
** Affects: gephi
Importance: Medium
Assignee: Mathieu Bastian (mathieu.bastian)
Status: Fix Committed
** Affects: gephi/0.7
Importance: Medium
Status: Fix Committed
** Tags: filter
** Also affects: gephi/0.7
Importance: Undecided
Status: New
** Changed in: gephi/0.7
Status: New => Confirmed
** Changed in: gephi/0.7
Importance: Undecided => Medium
** Changed in: gephi
Status: Confirmed => Fix Committed
** Changed in: gephi/0.7
Status: Confirmed => Fix Committed
--
Error on selecting nodes from filter if graph window not shwn at startup
https://bugs.launchpad.net/bugs/663561
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: Fix Committed
Status in Gephi 0.7 series: Fix Committed
Bug description:
Stack trace:
java.lang.NullPointerException
at org.gephi.visualization.VizController.selectNodes(VizController.java:191)
at org.gephi.filters.FilterControllerImpl.selectVisible(FilterControllerImpl.java:215)
at org.gephi.desktop.filters.FiltersPanel$1.actionPerformed(FiltersPanel.java:87)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
Follow ups
References