matthiasblaesing commented on a change in pull request #3433:
URL: https://github.com/apache/netbeans/pull/3433#discussion_r781546068
##########
File path:
dlight/dlight.remote.ui/src/org/netbeans/modules/remote/api/ui/FileChooserUIImpl.java
##########
@@ -3509,29 +3504,6 @@ private void enableAllButCancel(boolean enable) {
private void changeDirectory(File dir) {
JFileChooser fc = getFileChooser();
- // Traverse shortcuts on Windows
- if (dir != null && FilePane.usesShellFolder(fc)) {
Review comment:
Tested with windows and it at least does not blow immediately. I suggest
to comment the code out here and leave it in place. I know, that we have
version control, but I can acknowledge for me, that commenting this code out is
"to get this working at all", not "this is the right solution". But I can live
either way.
--
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