Re: Why does NetBeans scan the Windows desktop?

2019-06-21 Thread Peter Hull
On Fri, Jun 21, 2019 at 8:38 AM Jens Hofschröer wrote: > I got those messages starting with JDK 11.0.1 (11.0 was OK) on Windows. > Recent tests with JDK 12 shows, that this regression was solved somehow. I believe the root cause is https://bugs.openjdk.java.net/browse/JDK-8213583 (i.e. not Netbean

Re: Why does NetBeans scan the Windows desktop?

2019-06-21 Thread Jens Hofschröer
Hi I got those messages starting with JDK 11.0.1 (11.0 was OK) on Windows. In NetBeans and our RCP. The solution to us was to stay with 11.0.0. Recent tests with JDK 12 shows, that this regression was solved somehow. I had no such problems with simple Swing applications. Jens Am 05.06.2019 um 0

Re: Why does NetBeans scan the Windows desktop?

2019-06-05 Thread Tim Boudreau
Quick guess: I'd be willing to bet when the a file chooser is first constructed, the default directory it opens on is the desktop folder. And I'd be willing to bet we don't change the directory to that of the last opened project until after the file chooser is on screen. If the custom FileSystem

Why does NetBeans scan the Windows desktop?

2019-06-05 Thread Geertjan Wielenga
Hi all, https://issues.apache.org/jira/browse/NETBEANS-2631 https://issues.apache.org/jira/browse/NETBEANS-1537 Does anyone know why NetBeans cans the Windows desktop, and then find broken desktop links and shortcuts, and then produce lots of dialogs and popups? Gj