Project

Profile

Help

Bug #5288

closed

The variable "source" can only be null

Added by Sergey Orlov about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Internals
Sprint/Milestone:
Start date:
2022-02-05
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
11, trunk
Fix Committed on Branch:
11, trunk
Fixed in Maintenance Release:
Platforms:

Description

net/sf/saxon/event/Sender.java line 100

    if (source == null) {
        throw new XPathException("A source of type " + source.getClass().getName() +
                                         " is not supported in this environment");
    }
Actions #1

Updated by Michael Kay about 2 years ago

  • Status changed from New to Resolved
  • Assignee changed from Community Admin to Michael Kay
  • Applies to branch 11, trunk added
  • Fix Committed on Branch 11, trunk added

Thanks, fixed.

Actions #2

Updated by Debbie Lockett about 2 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
  • Fixed in Maintenance Release 11.2 added

Bug fix applied in the Saxon 11.2 maintenance release.

Please register to edit this issue

Also available in: Atom PDF