[ https://issues.apache.org/jira/browse/JENA-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16704641#comment-16704641 ]
ASF GitHub Bot commented on JENA-1644: -------------------------------------- GitHub user galbiston reopened a pull request: https://github.com/apache/jena/pull/502 JENA-1644 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. ---- > ParameterizedSparqlString Empty List fix > ---------------------------------------- > > Key: JENA-1644 > URL: https://issues.apache.org/jira/browse/JENA-1644 > Project: Apache Jena > Issue Type: Bug > Affects Versions: Jena 3.9.0 > Reporter: Greg Albiston > Priority: Minor > > ParameterizedSparqlString throws a StringIndexOutOfBoundsException when empty > list of values is provided. -- This message was sent by Atlassian JIRA (v7.6.3#76005)