Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344671 - NullPointerException after activation of the sub-module with detached Views
Summary: NullPointerException after activation of the sub-module with detached Views
Status: CLOSED INVALID
Alias: None
Product: Riena
Classification: RT
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 05:15 EDT by Thorsten Schenkel CLA
Modified: 2016-10-04 08:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Schenkel CLA 2011-05-04 05:15:46 EDT
In the SWT Example Client of Riena the "Detached View" example doesn't work. After activation the following exception is throwing:
java.lang.NullPointerException
	at org.eclipse.riena.navigation.ui.swt.views.SubModuleView.registerView(SubModuleView.java:259)
	at org.eclipse.riena.navigation.ui.swt.views.SubModuleView.createPartControl(SubModuleView.java:234)
	at org.eclipse.riena.ui.swt.utils.DetachedViewsManager.openShell(DetachedViewsManager.java:268)
	at org.eclipse.riena.ui.swt.utils.DetachedViewsManager.showView(DetachedViewsManager.java:195)
	at org.eclipse.riena.example.client.views.DetachedSubModuleView$NodeListener.activated(DetachedSubModuleView.java:64)
	at org.eclipse.riena.navigation.model.NavigationNode.notifyActivated(NavigationNode.java:201)
	at org.eclipse.riena.navigation.model.NavigationNode.activate(NavigationNode.java:774)
	at org.eclipse.riena.navigation.model.NavigationProcessor.activate(NavigationProcessor.java:1136)
	at org.eclipse.riena.navigation.model.NavigationProcessor.activate(NavigationProcessor.java:118)
	at org.eclipse.riena.navigation.model.NavigationNode.activate(NavigationNode.java:410)
	at org.eclipse.riena.navigation.ui.swt.views.ModuleNavigationListener$NodeSwitcher$1.run(ModuleNavigationListener.java:336)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)