Matthias Bläsing

Results 186 comments of Matthias Bläsing
trafficstars

@jlahoda @singh-akhilesh could you please have a look at this? Either there is a bug in the OpenJDK javac or in the NetBeans Java Editor integration of javac. Only one...

One problem solved here also affects JShell Integration. Using `var` in JShell causes Exceptions and fails to work properly. The hack from 2f4dd82 together with a few followups fixes makes...

This is reproducible standalone with the supplied file. I took that as base and distilled it down to: ```java import java.util.ArrayList; public class Dummy { private void main() { ArrayList...

@lahodaj thank you! As the fix made it already into 23, I assume next nb-javac update should fix this issue.

The cross-jdk access indeed seems to be problematic. NB running on JDK 23 can use target JDK 23 and 21, but not 17. Running this by hand shows the problem:...

This is the behavior of the LSP module. Needs to be checked if it is even possible to configure the typescript LSP, so that it conforms to NB default behavior.

My reading of the `BeanModelBuilder` is, that properties are reported when: - there is a setter - there is a list/map getter - there is a getter with a corresponding...

@trashgod could you please check whether #7932 fixes the issue for you? A nightly build is available from the [Checkspage](https://github.com/apache/netbeans/pull/7932/checks) or [directly](https://github.com/apache/netbeans/suites/30399297335/artifacts/2135211439). Thank you.

@trashgod thanks for testing!