Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 444509 - NPE during update site build operation
Summary: NPE during update site build operation
Status: CLOSED DUPLICATE of bug 438652
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-18 12:53 EDT by Olivier Thomann CLA
Modified: 2014-09-18 14:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2014-09-18 12:53:59 EDT
Using M20140813-0800, I got a NPE trying to build a feature in an update site.

Hopefully a code inspection could help you to identify how this NPE can occur.

java.lang.NullPointerException
	at org.eclipse.pde.internal.core.exports.SiteBuildOperation.findSiteFeature(SiteBuildOperation.java:103)
	at org.eclipse.pde.internal.core.exports.SiteBuildOperation.updateSiteFeatureVersions(SiteBuildOperation.java:86)
	at org.eclipse.pde.internal.core.exports.SiteBuildOperation.run(SiteBuildOperation.java:69)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Curtis Windatt CLA 2014-09-18 14:43:22 EDT

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