Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318603 - NPE when creating a QuerySet in a non plug-in project
Summary: NPE when creating a QuerySet in a non plug-in project
Status: CLOSED FIXED
Alias: None
Product: MoDisco
Classification: Modeling
Component: Infrastructure (show other bugs)
Version: 0.9.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 0.9.0 M1   Edit
Assignee: Nicolas Bros CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 10:16 EDT by Nicolas Bros CLA
Modified: 2013-04-29 07:54 EDT (History)
4 users (show)

See Also:
nicolas.bros: indigo+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2010-07-01 10:16:57 EDT
java.lang.NullPointerException
	at org.eclipse.gmt.modisco.infra.common.core.internal.utils.PluginUtils.isRegistered(PluginUtils.java:60)
	at org.eclipse.gmt.modisco.infra.common.core.internal.utils.PluginUtils.register(PluginUtils.java:112)
	at org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryModelWizard$1.execute(QueryModelWizard.java:251)
	at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
	at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
	at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
	at org.eclipse.gmt.modisco.infra.query.editor.presentation.QueryModelWizard.performFinish(QueryModelWizard.java:262)
	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
Comment 1 Nicolas Bros CLA 2010-07-01 10:21:48 EDT
Fixed in revision 2645.
Comment 2 Hugo Bruneliere CLA 2010-10-04 13:54:07 EDT
Bug fixed.