← Back to team overview

gephi.team team mailing list archive

[Bug 597458] Re: NullPointerException when switching between workspaces while a layout is running

 

Fixed in rev 1711

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

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

-- 
NullPointerException when switching between workspaces while a layout is running
https://bugs.launchpad.net/bugs/597458
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:
1. Launch Gephi and open the sample file PowerGrid.gml
2. Create a new workspace and go to that workspace
3. Generate a Random Graph with 500 nodes in the new workspace
4. Launch the Force Atlas layout on this graph
5. Switch back to workspace 0

java.lang.NullPointerException
	at org.gephi.visualization.opengl.compatibility.objects.Arrow2dModel.isInOctreeLeaf(Arrow2dModel.java:199)
	at org.gephi.visualization.opengl.octree.Octree.updateObjectsPosition(Octree.java:268)
	at org.gephi.visualization.opengl.compatibility.CompatibilityEngine.updateObjectsPosition(CompatibilityEngine.java:636)
	at org.gephi.visualization.opengl.compatibility.CompatibilityScheduler.updatePosition(CompatibilityScheduler.java:279)
[catch] at org.gephi.visualization.scheduler.SimpleFPSAnimator.run(SimpleFPSAnimator.java:58)