Chapter 8. Detecting Manifest Issues

Table of Contents

Import Version Range Warning Criteria
Import of Exported Packages Warning Criteria
Signed JAR Warning Criteria
Versioned Imports Warning Criteria
Versioned Exports Warning Criteria
Bundle-SymbolicName Warning Criteria
Manifest-Version Warning Criteria

Bundlor's second function is to scan an existing manifest and identify any potential issues with it.

Import Version Range Warning Criteria

Bundlor checks that all entries in the Import-Package header have a sensible version range declared. This ensures that there are no version ranges that are reversed ([2, 1)), and no version ranges that are empty ([1, 1)).