Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip target bundles with invalid manifest during IU generation #996
A call to BundlesAction.createBundleDescription() returns null, if the manifest of the current bundle contains invalid headers (e.g. the same package is imported twice). If left unchecked, this causes an unhandled NullPointerException a few lines further down. Add an explicit null, in order to simply skip this invalid bundle.
- Loading branch information