jherkel opened a new pull request, #8834: URL: https://github.com/apache/netbeans/pull/8834
Original issue https://github.com/apache/netbeans/issues/5024 This fixes a generics angle bracket highlighting. It works for a multichar token like GTGT and GTGTGT. It ignores logic and arithmetic operators. As we need to distinguish between these two cases, java parser is used for this check. I added also unit tests. There is a similar commit https://github.com/apache/netbeans/pull/8500 but I don't think it can work in this way and there is no other activity since May 2025. -- 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
