lkishalmi opened a new pull request, #5619: URL: https://github.com/apache/netbeans/pull/5619
It seems getText() calls (only seen at error handling so far) from ANTLR could cause and assertion at [LexerInput.readText()](https://github.com/apache/netbeans/blob/5934827e80797ec9b93ff28635ce7fca12627a70/ide/lexer/src/org/netbeans/spi/lexer/LexerInput.java#L257) This PR makes sure that we call the readText method with arguments that satisfy that condition. -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
