← Back to team overview

gephi.team team mailing list archive

[Bug 663561] Re: Error on selecting nodes from filter if graph window not shwn at startup

 

** Changed in: gephi
       Status: Fix Committed => Fix Released

** Changed in: gephi/0.7
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
https://bugs.launchpad.net/bugs/663561

Title:
  Error on selecting nodes from filter if graph window not shwn at
  startup

Status in Gephi - Network exploration and manipulation:
  Fix Released
Status in Gephi 0.7 series:
  Fix Released

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)



References