Bug #2167
closedNPE in PackageLibrary.getPackage()
100%
Description
Package version matching to the XSLT3.0 LastCallm specification hasn't been completed in 9.6.0.1. However in the absence of a @package-version
attribute on a xsl:use-package
element, the default (effectively 'all') is not being generated. Consequently the versionRegEx
argument is null and causes a NPE at @net.sf.saxon.trans.PackageLibrary:75@.
Updated by John Lumley about 10 years ago
- Status changed from New to Resolved
Support for 2nd October Last Call @package-version
syntax added to package and use-package processing classes, with structured net.sf.saxon.style.
@PackageVersion@ and PackageVersionRanges
classes.
Tested against newly submitted XT30TS tests, and the whole of the XT30TS suite.
Changes committed to the 9.6 and 9.7 branches
Updated by O'Neil Delpratt almost 10 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Found in version changed from 9.6.0.1 to 9.6
- Fixed in version set to 9.6.0.2
Bug fix patch applied to the Saxon 9.6.0.2 maintenance release
Updated by O'Neil Delpratt almost 9 years ago
- Sprint/Milestone set to 9.6.0.2
- Applies to branch 9.6 added
- Fix Committed on Branch 9.6 added
- Fixed in Maintenance Release 9.6.0.2 added
Please register to edit this issue