uschindler commented on issue #12931: URL: https://github.com/apache/lucene/issues/12931#issuecomment-1853466501
Hi, here is my simplest one to just prevent 2 unicode characters: #12937 In `validateSourcePatterns` we have more of those. It detected also the violation I introduced yesterday. The problem with u200B is mainly: Javadocs generated by the javadoc tool often separate method names from their parameters using that codepoint. If you copy/paste a method declaration, you insert it into code. This would possibly also be detected by Robert's errorprone, but this one applies to all source files. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org