mbien opened a new pull request #3228: URL: https://github.com/apache/netbeans/pull/3228
minor bugfix: `contains(String)` was called on a `Set` containing `Modifier` enums - which is always false. Although we can't use the two sealed enums directly since they are JDK 17+, they can be still queried via a little utility method. -- 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
