errael
errael
> looking at the wrong dialog Yeah, this only applies to a small number of dialogs. Swing dialogs that were using null parent. NB API dialogs are not affected. >...
@mbien, addressing some of the annoying behavior you describe would require a rethink of part of the dialog displaying and/or some fixup maybe. - should memorized location be changed/set relative...
> Other than that,`DialogDisplayerImpl` and `FileChooserBuilder` have slightly different approaches @neilcsmith-net, taking a look at DialogDisplayerImpl, in one case it use `KeyboardFocusManager.getActiveWindow()` which is similar; but it also checks several...
> a list of a few dialogs for users to test the corrected behaviour with. @neilcsmith-net, here's some Note that previously these would have shown up in the middle of...
I tried using jdk-17 to get more accurate NPE report. It doesn't fail. I can't use jdk-17 to run NetBeans in general since I'm working on a gradle project that...
Fresh unzip of NetBeans, no -J-D or other mods. /ref, /home, /junk are different filesystems ``` $ ls -l /ref/openjdk/java_home lrwxrwxrwx 1 err err 6 Sep 11 19:16 /ref/openjdk/java_home ->...
Wow, this one surprised me, copied from console ``` err@harmony:/junk/BACK_REF/nb/NetBeans/NetBeans-15-startup-crash/netbeans/bin $ chmod +x netbeans err@harmony:/junk/BACK_REF/nb/NetBeans/NetBeans-15-startup-crash/netbeans/bin $ ./netbeans --jdkhome /ref/openjdk/java_home WARNING: package com.apple.eio not in java.desktop java.lang.NullPointerException at java.base/java.net.URLConnection$1.getContentTypeFor(URLConnection.java:313) at java.base/java.net.URLConnection.guessContentTypeFromName(URLConnection.java:1464)...
It's all SSD, big ram. Race condition?
``` $ ./netbeans --jdkhome /junk/BACK_REF/openjdk/jdk-11.0.2 WARNING: package com.apple.eio not in java.desktop java.lang.NullPointerException at java.base/java.net.URLConnection$1.getContentTypeFor(URLConnection.java:313) ```
Huh. My network setup is vanilla; no proxy stuff. Comcast->cable-modem->NetGear router/wifi.