You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "lkishalmi (via GitHub)" <gi...@apache.org> on 2023/03/07 02:09:51 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request, #5619: Fix case when ANTLR getText() causes assertion in LexerInput.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #5619: Fix case when ANTLR getText() causes assertion in LexerInput.

Posted by "lkishalmi (via GitHub)" <gi...@apache.org>.
lkishalmi merged PR #5619:
URL: https://github.com/apache/netbeans/pull/5619


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists