NightOwl888 commented on issue #680:
URL: https://github.com/apache/lucenenet/issues/680#issuecomment-1279934161

   There appears to be a bug in the SonarCloud analyzer report. The `'\u3000'` 
character is at position 1, not position 2.
   
   ```
   ?(int)"  \t\r\n"[0]
   32
   ?(int)"  \t\r\n"[1]
   12288
   ?(int)"  \t\r\n"[2]
   9
   ?(int)"  \t\r\n"[3]
   13
   ?(int)"  \t\r\n"[4]
   10
   ?(int)'\u3000'
   12288
   ```


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

Reply via email to