[
https://issues.apache.org/jira/browse/JENA-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne updated JENA-1259:
--------------------------------
Description:
{{evalSpecial(binding, env)}} return false but {{eval(NodeValue)}} returns
true. This is inconsistent.
In practice, {{ExprTransformConstantFold}} eliminates substituted filters in
the case of initial bindings. That calls {{eval(NodeValue)}}.
(Found by code review - no actual query found that exhibits this)
was:
{{evalSpecial(binding, env)}} return false but {{eval(NodeValue)}} returns
true. This is inconsistent.
In practice, {ExprTransformConstantFold}} eliminates substituted filters in the
case of initial bindings. That calls {{eval(NodeValue)}}.
(Found by code review)
> E_Bound should return true if eval'ed in a query after substitution.
> --------------------------------------------------------------------
>
> Key: JENA-1259
> URL: https://issues.apache.org/jira/browse/JENA-1259
> Project: Apache Jena
> Issue Type: Bug
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Fix For: Jena 3.2.0
>
>
> {{evalSpecial(binding, env)}} return false but {{eval(NodeValue)}} returns
> true. This is inconsistent.
> In practice, {{ExprTransformConstantFold}} eliminates substituted filters in
> the case of initial bindings. That calls {{eval(NodeValue)}}.
> (Found by code review - no actual query found that exhibits this)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)