matthiasblaesing commented on issue #3669: URL: https://github.com/apache/netbeans/issues/3669#issuecomment-1059979278
> However, I have another exception appearing in NetBeans UI (on each startup), that I do not have on NetBeans 13: > > ``` > java.lang.AssertionError > at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern(Parser.java:1930) > Thank you for the test. The `java.lang.AssertionError` is known and is rooted in the parser. Please open the file `etc/netbeans.conf` from the build and remove the `-J-ea` from the `netbeans_default_options` -- 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
