GitHub user galbiston opened a pull request: https://github.com/apache/jena/pull/502
ParameterizedSparqlString Empty List fix ParameterizedSparqlString now accepts an empty list of values rather than throwing a StringIndexOutOfBoundsException. You can merge this pull request into a Git repository by running: $ git pull https://github.com/galbiston/jena query-values-empty-list-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jena/pull/502.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #502 ---- commit f65e9621f7dd1f0391fd742a0da8261ead665755 Author: Greg Albiston <4662258+galbiston@...> Date: 2018-11-30T11:40:16Z ARQ:ParameterizedSparqlString - now accepts an empty list of values rather than throwing a StringIndexOutOfBoundsException. ---- ---