Community
Participate
Working Groups
Created attachment 130402 [details] FeatureManifestParser An NPE can occur while parsing an update site digest which contains localized strings. This occurs because the method parse() is not called and the list messageKeys is not initialized.
Created attachment 130404 [details] /org.eclipse.equinox.p2.tests/testData/updatesite/digest/digest.zip I've changed one of the attributes in this digest used by another test to contain a localized string. I ran into the problem using the update site at: http://download.eclipse.org/releases/ganymede/ (a p2 repository co-habitats the location so place a breakpoint in AbstractRepositoryManager#loadRepository() and change the order of the suffixes to check for an updateSite first.)
Fixed in HEAD.