matthiasblaesing commented on pull request #3866: URL: https://github.com/apache/netbeans/pull/3866#issuecomment-1079377651
Looks sane to me. The affected class is `com.apple.eio.FileManager` called from `org.netbeans.modules.applemenu.ShowInFinder`. It would be nice though to investigate if using `java.awt.Desktop` would be an option (the `browse` method in that class does the right thing (at least looks like it) on linux. -- 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
