afs opened a new issue, #3618:
URL: https://github.com/apache/jena/issues/3618

   Both `Node.sameTermAs` and `Node.sameValueAs` should only take a non-null 
`Node` argument and NPE on null.
   Up to Jena5, they call `.equals` with no further checks so nulls would be 
false.
   
   Changing this only causes a problem in one internal class, and the non-Node 
handling case there looks to be defensive against the unexpected.
   


-- 
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]

Reply via email to