Community
Participate
Working Groups
Build Identifier: Helios SR1 The method org.eclipse.equinox.p2.publisher.IPublisherInfo.getMetadataRepository() documents that null is a valid return type. However org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction.generateSiteReferences(Feature, IPublisherResult, IPublisherInfo) does not check the result of getMetadataRepository() for null. This causes an NPE in Tycho 0.11.0-SNAPSHOT. Reproducible: Always Steps to Reproduce: To reproduce the problem, see https://issues.sonatype.org/browse/TYCHO-556
Fixed in HEAD