Actions
Bug #4255
closed![Author: Michael Kay](https://www.gravatar.com/avatar/db6526d63053f09b62e52c2da8b2230a?rating=PG&size=50&default=https%3A%2F%2Fassets.plan.io%2Fimages%2Fdefault_avatar.png)
![Assignee: Michael Kay](https://www.gravatar.com/avatar/db6526d63053f09b62e52c2da8b2230a?rating=PG&size=22&default=https%3A%2F%2Fassets.plan.io%2Fimages%2Fdefault_avatar.png)
ItemTypeFactory.getItemType() assumes an item is either a node or an atomic value
Start date:
2019-07-17
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:
Description
If the method ItemTypeFactory.getItemType()
is called supplying a function item or external item, it fails with a ClassCastException
-- it is assuming that if the argument is not an atomic value then it must be a node.
Please register to edit this issue
Actions