-
JDT produces IProblem.PackageIsNotExpectedPackage when the folder doesn't match the package declaration. Javac doesn't provide that.
An extra check should probably be added to create this problem in …
-
MBCS_Tests does not download its dependent libs. It means if the pre-staged libs do not exist, it will fail:
```
00:11:09.105 [javac] C:\Users\jenkins\workspace\Test_openjdk23_j9_special.functi…
-
Given:
```java
public class Test {
public static void main(String[] args) {
Test test = new Test();
}
}
```
The javac plugin reports no problem:
while ECJ complains about generics:
…
-
With Bazel 7.3.1 I am seeing build failing with the following error. I can't paste the source code here since that's confidential. But the line being reported is inside an enum declaration with dozens…
tgeng updated
7 hours ago
-
This issue is used to track some comments/progress ideas about making JDT-LS pass with Javac.
The reference job is https://ci.eclipse.org/ls/job/jdt-ls-javac/
Most tests unlisted here require fixe…
-
```
!MESSAGE Failed to resolve binding
!STACK 0
java.lang.IllegalStateException: java.lang.OutOfMemoryError: Java heap space
at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacT…
-
Compile err: [javac: invalid flag: Files\Java\jdk1.8.0_211\jre\lib\resources.jar;D:\repository\commons-dbutils\commons-dbutils\1.6\commons-dbutils-1.6.jar;D:\repository\com\tongtech\tools\security-met…
-
**Describe the bug**
In a situation where there is no compiler, the plugin does not show an error.
-
Hi,
I rely on dagger in all of my projects, but I have encountered an issue with the recent changes made to it. These changes have caused the GWT compiler to fail. The details of this problem can b…
-
I am using 7.0.0 bnd gradle plugin.
In my cnf/build.bnd, javac source and javac target are not set.
```
#javac.source: 1.21
#javac.target: 1.21
```
I am using jdk21 to compile the src code …