afs commented on issue #3615: URL: https://github.com/apache/jena/issues/3615#issuecomment-3616666975
The "matches" contract has two parts: 1. wildcard matching with`ANY`, not relevant for `Node.matches`, relevant for `Triple.matches`. 2. `sameValueAs` matching which relevant for `Node`, and is used in `Triple.matches` in `GraphMemValue` not elsewhere. The wildcard matching on triples is useful. Therefore, in keeping with the general architecture of "same term except to support the Model API java mapping": * remove `Node.matches` * keep `Triple.matches` and make `Triple.matches` strictly wildcard and same term. -- 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]
