Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.3.0
-
None
Description
new E_FunctionDynamic(Expr function, ExprList args) fails with UnsupportedOperationException.
The issue is that ExprList.getList() returns an immutable list.
constructor should call ExprList.getRawList()