-
When processing the `.java` files under `Java/`, build invokes `javac` with `-g`. That may not be desirable -- someone may prefer to build with optimization (however little of that Java is offering), …
-
While [taking stock](https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2212#issuecomment-2323293285) of `run.javac` test results regarding Java 23 I observed the following differences which might…
-
Flutter kotlin default version using Javavm 17, but this project use 1.8
Would consider guide users who using javavm 17 how to support it? Many other libs didn't have so much newer kotlin javavm vesi…
-
In f093681 the `PlaceholderUnificationVisitor` class was modified to call `CaseTree.getGuard()`:
https://github.com/google/error-prone/blob/cc12b63b439df353672c89d08acba3baa4c8b43f/core/src/main/java…
-
This code doesn't compile with ECJ :
```
import java.util.ArrayList;
public class CompilationErrorWithECJButNotWithJavac {
public void main(String[] args) {
var o = new Object();
if (o instanc…
-
In my testing with Caliper, I can build under JDK 8 with Dagger 2.50 but not with 2.51:
```
Caused by: java.lang.NoSuchMethodError: java.util.Optional.isEmpty()Z
at dagger.internal.codegen.bindin…
-
As discussed earlier with @robstryker after he carried out a lot of analysis, enabling completion on top of a potentially faulty DOM is tricky, and what ECJ-based does is that it keeps track of the gr…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk20_j9_sanity.openjdk_s390x_linux_Nightly/20/
jdk_lang_1
java/lang/Package/bootclasspath/GetPackageFromBootClassPath.java
```
21:56:50 ACTION: dri…
-
## What version of OpenRewrite are you using?
I am using the org.openrewrite.recipe:rewrite-recipe-bom:3.4.0 BOM in RefactorFirst. A user reported the stacktrace below. Unfortunately I don't have …
-
language: java
jdk:
- openjdk17
In config there is java 17 but in cli we are getting java 11 version.
`
$ java -Xmx32m -version
openjdk version "11.0.21" 2023-10-17 LTS
OpenJDK Runtime Environmen…