Marcono1234 opened a new issue, #1863: URL: https://github.com/apache/jena/issues/1863
### Version ba2cdb6211f60d7725d779a8556266a8c0b2d0c5 ### What happened? The following lines are effectively unreachable: https://github.com/apache/jena/blob/ba2cdb6211f60d7725d779a8556266a8c0b2d0c5/jena-base/src/main/java/org/apache/jena/atlas/io/BlockUTF8.java#L199-L216 The reason for this is that `ch` is a `char`, so its value can never be greater than `0xFFFF`. ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? No -- 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]
