google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Restoring / Saving node position NullPointerException #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a new view
2. save it, and close it
3. open it

When loading the layout, a null layout is passed to the view.

The view is then supposed to used the saved positions for the nodes, but it
doesn't, and try to use null as a layout, throwing a NullPointerException.

Original issue reported on code.google.com by lep...@gmail.com on 8 Apr 2008 at 10:52

GoogleCodeExporter commented 9 years ago
Fixed in local copy. up in next commit.

Original comment by lep...@gmail.com on 8 Apr 2008 at 2:31