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

   ### Version
   
   ba2cdb6211f60d7725d779a8556266a8c0b2d0c5
   
   ### What happened?
   
   The following files contain a redundant `s.charAt(i) < 0` check. `charAt` 
returns a `char` and the minimum value of `char` is 0, so it cannot be `< 0`.
   
   
https://github.com/apache/jena/blob/ba2cdb6211f60d7725d779a8556266a8c0b2d0c5/jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput/impl/ParserSupport.java#L129
   
https://github.com/apache/jena/blob/ba2cdb6211f60d7725d779a8556266a8c0b2d0c5/jena-core/src/main/java/org/apache/jena/rdfxml/xmlinput0/impl/ParserSupport.java#L129
   
   ### 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]

Reply via email to