pedro-w commented on issue #7057: URL: https://github.com/apache/netbeans/issues/7057#issuecomment-1939238497
If I run the IDE under JDK17 the problem doesn't happen but it does under JDK21 - not sure about intermediate versions. The [javadocs for Set.contains()](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Set.html#contains(java.lang.Object)) say it might throw NPE so I guess the underlying implementation behind `Charset.aliases()` has changed between JDK17 and 21? -- 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
