Open anar-ibragimoff opened 3 weeks ago
same issue
i'm having a similar issue since this problem disappears with java.jdt.ls.javac.enabled on, it is probably also an issue in ecj i took a quick look at the issues over there and found this similar one: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/4003 which links to https://github.com/eclipse-jdt/eclipse.jdt.core/pull/3910 probably being the reason
Starting from
1.42.0
we experiencing massive problems with most of our java-projects with SpringBoot Webflux - builtin java-analyser detects false-positive compilation errors.Example: with Language Support for Java
v1.41.1
, still works:starting from
v1.42.0
we are getting following errors:The issue is reproducible till the latest
v1.43.2025051708
.As a workaround, it helps to activate experimental javac-option:
Unfortunately this workaround is not preferred solution due to various reasons.
Sample class:
I've prepared a small sample-project with error, see attached archive.
test.zip
Together with https://github.com/redhat-developer/vscode-java/issues/3899 it led us to stick with
v1.37
, which unfortunately is also not optimal, due to other problems with, for example, Test Runner for Java extension compatibility.