-
Regardless of JDK (I tried w/ 1.8.0), I get the following error on build
[javac] C:\Users\gffurash\Downloads\jsqlparser\src\net\sf\jsqlparser\parser\CCJSqlParser.java:1778: error: method setSelec…
-
Hey, thanks for this tool. We just started trying it out to try and index Java code in our Bazel monorepo.
We hit an issue where running the Bazel aspect would hit compilation failures for some cod…
-
```
class LombokBug {
private void test() {
VAR.get(0);
lombok.val a = new java.util.ArrayList();
}
static java.util.List builder() {
return null;
}
priv…
-
Coding Rooms allows users to input a custom command. Here is an example command that can be used to input the JAR file: javac -cp myjar.jar:/usr/local/jar/junit-4.13.1.jar *.java; java -cp .:myjar.jar…
-
I want to expose parent reference of a subcomponent, since the generated implementation has the reference. (Trying to build a component cache that is a tree)
Simply adding a `val parent: AppCompone…
-
(assigning to @netdpb in case he wants to include this in https://github.com/jspecify/jspecify/pull/592)
javac accepts code like this:
```java
import org.jspecify.annotations.Nullable;
class…
-
I get an exception when compiling the attached project.
I am using ceylon 1.2.3 (from nightly build). Same thing happens in ceylon 1.2.2.
```
$ cd race
$ gradle compileCeylon
[---]
com.redhat.ceyl…
-
```
What steps will reproduce the problem?
1. sudo ant
2. BUILD FAILED
/mnt/scala-test-fw/mockito/build.xml:106: Tests failed.
3.
What is the expected output? What do you see instead?
What versio…
-
**Describe the issue**
Building libgraal on Windows 10 with the instructions in the readme results in the build failing after a while
**Steps to reproduce the issue**
Please include both build st…
-
### Description of the problem:
Large javac module crashes with the following on a java_library target with a "high number" (260) of dependencies which are a mix of jars (230) and in repo modules (…