Caleydo / caleydo

Caleydo - Visualization for Molecular Biology
http://caleydo.org
BSD 3-Clause "New" or "Revised" License
58 stars 14 forks source link

TourGuide causes NPE during project deserialization #917

Closed mstreit closed 11 years ago

mstreit commented 11 years ago

For now, it is ok when the data of the tour guide is not serialized. The view can be freshly initialized when restored.

NPE: {{{ java.lang.NullPointerException at org.caleydo.view.tourguide.RcpGLTourGuideView$1.partActivated(RcpGLTourGuideView.java:136) at org.caleydo.view.tourguide.RcpGLTourGuideView.createPartControl(RcpGLTourGuideView.java:76) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:129) at org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155) }}}

sgratzl commented 11 years ago

r5672 that partical npe should not longer occur