Package: eclipse-cdt
Version: 8.4.0-1
Severity: normal

--- Please enter the report below this line. ---

Upgrade from 8.3 to 8.4 results in a null pointer exception when using the new 
project wizard. The project type list is empty preventing creation of a new 
project.

The following stack trace is stream to ~/workspace/.metadata/.log

!ENTRY org.eclipse.ui 4 0 2014-08-12 13:34:16.551
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
        at 
org.eclipse.cdt.ui.wizards.CDTMainWizardPage.switchTo(CDTMainWizardPage.java:432)
        at 
org.eclipse.cdt.ui.wizards.CDTMainWizardPage.createControl(CDTMainWizardPage.java:89)
        at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)
        at 
org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:736)
        at 
org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1182)
        at 
org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1241)     
             
        at 
org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1238)          
             
        at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1227)  
                        
        at 
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)           
             
        at 
org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1225)          
             
        at 
org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:915)        
             
        at 
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)      
             
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)   
                        
        at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)       
             
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)     
                        
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)           
                        
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562) 
                        
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)   
                        
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)        
                        
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at 
org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:117)
        at 
org.eclipse.team.internal.ccvs.ui.wizards.CheckoutAsWizard.getNewProject(CheckoutAsWizard.java:296)
        at 
org.eclipse.team.internal.ccvs.ui.wizards.CheckoutAsWizard.performConfigureAndCheckout(CheckoutAsWizard.java:199)
        at 
org.eclipse.team.internal.ccvs.ui.wizards.CheckoutAsWizard.performFinish(CheckoutAsWizard.java:131)
        at 
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827)
        at 
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at 
org.eclipse.team.internal.ccvs.ui.actions.CheckoutAsAction.execute(CheckoutAsAction.java:43)
        at 
org.eclipse.team.internal.ccvs.ui.actions.CVSAction.run(CVSAction.java:117)
        at 
org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent(TeamAction.java:549)
        at 
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
        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:1276)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
        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:353)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.16-trunk-amd64

Debian Release: jessie/sid
  800 testing         ftp.us.debian.org 
  500 unstable        ftp.us.debian.org 
  500 stable          dl.google.com 
  100 experimental    ftp.us.debian.org 

--- Package information. ---
Depends                 (Version) | Installed
=================================-+-=============
eclipse-platform        (>= 3.8~) | 3.8.1-5.1
eclipse-cdt-jni      (>= 8.4.0-1) | 8.4.0-1
gcc                               | 4:4.9.1-1
make                              | 4.0-8


Package's Recommends field is empty.

Suggests                       (Version) | Installed
========================================-+-===========
g++                                      | 4:4.9.1-1
eclipse-cdt-autotools                    | 
eclipse-cdt-launch-remote                | 

-- 
JP

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to