errael opened a new pull request #2003: [NETBEANS-2559] Avoid NPE when openjfx URL: https://github.com/apache/netbeans/pull/2003 Older versions of JavaFX required the debugger to set the flag com.sun.javafx.runtime.SystemProperties.isDebug. Openjfx does not have this flag. When debugging openjfx there is an NPE when trying to set the flag. This PR avoid the NPE by just returning if there is not an isDebug flag.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
