eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

[Query UI] failed to create Java class #561

Closed eclipse-modisco-bot closed 2 hours ago

eclipse-modisco-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 328105 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Oct 19, 2010 05:23 EDT | | Modified | Oct 21, 2010 05:06 EDT | | Version | 0.9.0 | | Reporter | Nicolas Bros |

Description

The Java query wizard failed to create the Java implementation class, with the following exception:

!ENTRY org.eclipse.gmt.modisco.infra.query.ui 4 0 2010-10-19 11:19:31.533\ !MESSAGE java.lang.NullPointerException (org.eclipse.gmt.modisco.infra.query.ui_0.9.0.qualifier)\ !STACK 0\ java.lang.NullPointerException\ at org.eclipse.gmt.modisco.infra.query.ui.wizards.NewQueryClassWizardPage.createJavaClassContents(NewQueryClassWizardPage.java:347)\ at org.eclipse.gmt.modisco.infra.query.ui.wizards.NewQueryClassWizardPage.createJavaClass(NewQueryClassWizardPage.java:304)\ at org.eclipse.gmt.modisco.infra.query.ui.wizards.NewQueryClassWizardPage.apply(NewQueryClassWizardPage.java:163)\ at org.eclipse.gmt.modisco.infra.query.ui.wizards.CreateQueryWizard.performFinish(CreateQueryWizard.java:119)\ at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)\ at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)\ at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)\ at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)\ at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)\ at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)\ at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)\ at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)\ at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)\ at org.eclipse.jface.window.Window.open(Window.java:801)\ at org.eclipse.gmt.modisco.infra.query.ui.actions.CreateQueryAction.run(CreateQueryAction.java:71)\ at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)\ at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)\ at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)\ at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)\ at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)\ at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)\ at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)\ at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)\ at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)\ at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)\ at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)\ at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)\ at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)\ at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)\ at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)\ at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)\ at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)\ at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)\ at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)\ at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)\ at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)\ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\ at java.lang.reflect.Method.invoke(Method.java:592)\ at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)\ at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)\ at org.eclipse.equinox.launcher.Main.run(Main.java:1407)\ at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

eclipse-modisco-bot commented 2 hours ago

By Nicolas Bros on Oct 19, 2010 05:45

Fixed in revision 3336.

eclipse-modisco-bot commented 2 hours ago

By Hugo Bruneliere on Oct 21, 2010 05:06

The bug has been fixed in the latest revisions.