We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 4.3.9 something changed which caused a small bug in ValueExprTripleRef causing a IllegalStateException Node has no parent.
ValueExprTripleRef
ValueExprTripleRef should itself as parent in replaceChildNode.
replaceChildNode
4.3.9
Yes, pull-request is available.
The text was updated successfully, but these errors were encountered:
eclipse-rdf4jGH-4915 Fixed setting parent in ValueExprTripleRef#repla…
fa9496b
…ceChildNode
GH-4915 Fixed setting parent in ValueExprTripleRef#replaceChildNode (#…
c259fdf
…4916)
Thanks @hmottestad !
Sorry, something went wrong.
frensjan
Successfully merging a pull request may close this issue.
Current Behavior
In 4.3.9 something changed which caused a small bug in
ValueExprTripleRef
causing a IllegalStateException Node has no parent.Expected Behavior
ValueExprTripleRef
should itself as parent inreplaceChildNode
.Version
4.3.9
Are you interested in contributing a solution yourself?
Yes, pull-request is available.
The text was updated successfully, but these errors were encountered: