gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00686
[Bug 571153] Re: NullPointerException when filtering undirected graphs
** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
NullPointerException when filtering undirected graphs
https://bugs.launchpad.net/bugs/571153
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 Released
Status in Gephi 0.7 series: Fix Released
Bug description:
Way to reproduce:
1) Open a graph file, undirected
2) Create "Degree Range Filter" and enable filtering
3) Play with range slide
An exception is thrown sometimes, with higher probability is layout is active
Stack Trace:
java.lang.NullPointerException
at org.gephi.graph.dhns.edge.AbstractEdge.getUndirected(AbstractEdge.java:92)
at org.gephi.graph.dhns.edge.iterators.EdgeIterator.hasNext(EdgeIterator.java:59)
at org.gephi.graph.dhns.graph.iterators.EdgeIteratorImpl.hasNext(EdgeIteratorImpl.java:44)
at org.gephi.visualization.bridge.DHNSDataBridge.updateEdges(DHNSDataBridge.java:187)
at org.gephi.visualization.bridge.DHNSDataBridge.updateWorld(DHNSDataBridge.java:126)
at org.gephi.visualization.opengl.compatibility.CompatibilityEngine.updateWorld(CompatibilityEngine.java:181)
at org.gephi.visualization.opengl.compatibility.CompatibilityScheduler.updateWorld(CompatibilityScheduler.java:270)
References