sdedic opened a new pull request, #4975: URL: https://github.com/apache/netbeans/pull/4975
A follow-up to #4921. The most important fix is a fix to `nbjavac` task that prevents classes like `$JsCallback$` and similar to be deleted just before an incremental compilation because they are considered inner classes (without a matching outer class). I've added additional logging to both server and client, because some thrown errors are wrapped into uninformative "Internal error". Added possibility to log-trace LSP messages (enabled by System property) I've cleaned up the test a little: - the exception about missing Groovy support turned into a WARNING line, if the client demands Groovy enabled, but it is simply not available. Other Reflective exceptions show stacktrace. - fixed error that manifested by a print about 'not normalized' license template filename/path - suppressed SocketClosed exceptions in test output - fixed potential CNFE when running on JDK11: Truffle could not access `sun.misc.Unsafe` during script engine initialization -- 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
