Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324819 - NPE when trying to import Plugins and Fragments
Summary: NPE when trying to import Plugins and Fragments
Status: CLOSED DUPLICATE of bug 313952
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-09 01:13 EDT by Prakash Rangaraj CLA
Modified: 2010-09-09 09:13 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Prakash Rangaraj CLA 2010-09-09 01:13:42 EDT
java.lang.NullPointerException
at org.eclipse.pde.internal.ui.wizards.imports.PluginImportLabelProvider.getStyledText(PluginImportLabelProvider.java:57)
at org.eclipse.pde.internal.ui.wizards.imports.PluginImportLabelProvider.getText(PluginImportLabelProvider.java:39)
at org.eclipse.jface.viewers.ViewerComparator.compare(ViewerComparator.java:136)
at org.eclipse.pde.internal.ui.wizards.ListUtil$PluginComparator.compare(ListUtil.java:86)
at org.eclipse.jface.viewers.ViewerComparator$1.compare(ViewerComparator.java:187)
at java.util.Arrays.mergeSort(Arrays.java:1270)
at java.util.Arrays.mergeSort(Arrays.java:1282)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.sort(Arrays.java:1210)
at org.eclipse.jface.viewers.ViewerComparator.sort(ViewerComparator.java:185)
at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:1050)
at org.eclipse.jface.viewers.AbstractTableViewer.internalRefreshAll(AbstractTableViewer.java:701)
at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:649)
at org.eclipse.jface.viewers.AbstractTableViewer.internalRefresh(AbstractTableViewer.java:636)
at org.eclipse.jface.viewers.AbstractTableViewer$2.run(AbstractTableViewer.java:592)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1422)
at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1383)
at org.eclipse.jface.viewers.CheckboxTableViewer.preservingSelection(CheckboxTableViewer.java:342)
at org.eclipse.jface.viewers.AbstractTableViewer.inputChanged(AbstractTableViewer.java:590)
at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:274)
at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1664)
at org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardExpressPage.createTablePart(PluginImportWizardExpressPage.java:171)
at org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizardExpressPage.createControl(PluginImportWizardExpressPage.java:103)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.pde.internal.ui.wizards.imports.PluginImportWizard.createPageControls(PluginImportWizard.java:55)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
Comment 1 Remy Suen CLA 2010-09-09 06:02:02 EDT
Should be fixed by bug 313952.
Comment 2 Darin Wright CLA 2010-09-09 09:13:37 EDT

*** This bug has been marked as a duplicate of bug 313952 ***