afs commented on issue #3380: URL: https://github.com/apache/jena/issues/3380#issuecomment-3188020532
That will be safe code. Expression evaluation uses a visitor pattern so `isConstant` isn't in the picture. It might be a good idea to change `ExptLib.nodeToExpr` (everything from a parser seems to go through that) to produce a `NodeValue` when it can. (And `NodeValue` ought to be more robust against variables - a general comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
