Re: Again: Adding Java hints

2022-04-17 Thread Peter Nabbefeld
For NetBeans running on JDK 11, I could find out about at least one problem: In org.netbeans.api.java.source.TreeUtilities, there's a reference to Kind.RECORD (line 112), which exists only as of JDK 16. So, when running on JDK 11 this leads to an error. Kind regards, Peter PS: Full stack trace

Re: [VOTE] Release Apache NetBeans VSCode extension 13.0.301

2022-04-17 Thread Svata Dedic
Hi, +1 (binding) - SHA512 OK, GPG signature verified & is in KEYS file - LICENSE, NOTICE, DEPENDENCIES seem sane - build OK (JDK 9) - extension installs OK from source build & convenience binary - briefly tested on micronaut-starter, project opens, builds. - Ubuntu Linux 19.04 + oracle JDK11 run