mbien commented on PR #7563: URL: https://github.com/apache/netbeans/pull/7563#issuecomment-2229542515
I took a look through all changes which involved the collection factories and it should be all fine. The most common case is that a map or list ends up in a loop which doesn't expects null elements. So if something is calling `contains(null)` or `get(null)` somewhere (which I also checked), it would likely be a sleeping bug. While looking through it I found a few more trivial record candidates which I implemented. Enabling all tests and will run a local smoke test, going to merge if everything is ok. -- 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
