jsakuda / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
1 stars 1 forks source link

No dialog to add review id #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running IBM RAD 7.0.0.8 (Eclipse RCP Version:
3.2.2.r322_v20070104-8pcviKVqd8J7C1U Build id: M20060921-0945)
2. Using Jupiter 3.4.2
3. Select a project already having several review IDs
4. Open properties dialog select review
5. Click New... to create a new review id

What is the expected output? a dialog to add a new review ID should appear.

 What do you see instead? No dialog appears
workspace .log contains:
!ENTRY org.eclipse.ui 4 0 2009-08-07 14:58:26.932
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
    at
edu.hawaii.ics.csdl.jupiter.ui.wizard.ReviewIdNewAuthorPage.createProjectSelecti
onContent(Unknown
Source)
    at
edu.hawaii.ics.csdl.jupiter.ui.wizard.ReviewIdNewAuthorPage.createControl(Unknow
n
Source)
    at org.eclipse.jface.wizard.Wizard.createPageControls(Unknown Source)
    at org.eclipse.jface.wizard.WizardDialog.createPageControls(Unknown Source)
    at org.eclipse.jface.wizard.WizardDialog.createContents(Unknown Source)
    at org.eclipse.jface.window.Window.create(Unknown Source)
    at org.eclipse.jface.dialogs.Dialog.create(Unknown Source)
    at
edu.hawaii.ics.csdl.jupiter.util.ReviewDialog.processConfigWizardDialog(Unknown
Source)
    at
edu.hawaii.ics.csdl.jupiter.ui.property.ReviewPropertyPage.addReviewId(Unknown
Source)
    at
edu.hawaii.ics.csdl.jupiter.ui.property.ReviewPropertyPage.access$1(Unknown
Source)
    at
edu.hawaii.ics.csdl.jupiter.ui.property.ReviewPropertyPage$3.handleEvent(Unknown
Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at org.eclipse.jface.window.Window.runEventLoop(Unknown Source)
    at org.eclipse.jface.window.Window.open(Unknown Source)
    at org.eclipse.ui.dialogs.PropertyDialogAction.run(Unknown Source)
    at org.eclipse.jface.action.Action.runWithEvent(Unknown Source)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown
Source)
    at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Source)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Unknown
Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
    at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
    at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unkn
own
Source)
    at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown
Source)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
    at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
    at org.eclipse.core.launcher.Main.run(Unknown Source)
    at org.eclipse.core.launcher.Main.main(Unknown Source)

What version of the product are you using? On what operating system?

Running IBM RAD 7.0.0.8 (Eclipse RCP Version:
3.2.2.r322_v20070104-8pcviKVqd8J7C1U Build id: M20060921-0945)
Using Jupiter 3.4.2

If applicable, what editor does the problem occur in (Jupiter is tested
against the 'Eclipse for RCP/Plug-in Developers' so the editors may vary)?
I'm not sure which feature provides the info you require: Eclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK Build id: M20070212-1330

Please provide any additional information below.

Original issue reported on code.google.com by steve.sw...@gmail.com on 7 Aug 2009 at 7:22

GoogleCodeExporter commented 8 years ago
Sorry, I seem to have missed this issue.  I will try to reproduce and get back 
to you.

Original comment by jsakuda on 2 Sep 2009 at 6:33

GoogleCodeExporter commented 8 years ago
Hi, are you still having this issue?  I don't have access to any RAD 
installations and we technically don't support Eclipse 3.2.2 anymore.  The log 
above doesn't seem to have any line number attached to it so I'm unsure why the 
exception happened.

Original comment by jsakuda on 18 Jan 2011 at 6:57