-
Hi!
The following happens on openSUSE Tumbleweed when invoking `scripts/link_mac.sh`:
```JAVA_HOME is set to: /usr/lib64/jvm/java
JAVA_HOME version is: 11
[INFO] Scanning for projects...
[INF…
mz-gh updated
3 years ago
-
I am using the Checkerframework in a Maven multi-modules project. For an external dependency I had to create a stubs file. The stubs file is part of a jar, which I create in a dedicated Maven module, …
-
In the compile.sh file, the code written was javac does not contain the source or target java version. When I do mention them as follow :
javac -source 1.7 -target 1.7....., it shows me classpath err…
-
The analyser complains about this method:
```java
private static List toStringList(Collection list)
{
if (list == null)
return null;
return list.stream().m…
-
Simple example :
```
import com.google.gwt.core.client.JavaScriptObject;
public class Pojo extends JavaScriptObject {
protected Pojo(){}
public final native String getTest() /*-…
-
The Checker Framework crashes while running Whole Program Inference (WPI) in the NJR benchmark. The error occurs during the analysis of a specific Java file, resulting in the exception: AsSuperVisitor…
-
It would be nice to get rid of the (unused) java check/requirement during bootstrap.
Currently, bootstrap checks for javac, but nothing actually uses it in fink. In base packages, libgettext8-shlib…
-
I've added the following `javac-warning-annotation` coordinated into my `build.gradle` file.
```
// https://mvnrepository.com/artifact/com.pushtorefresh/javac-warning-annotation
compile group: 'c…
-
As pointed out there will be an issue if files are packaged since javac doesn't look for files recursively.
To solve that issue you need to make these changes:
**For Mac OS/Linux**:
```sh
# c…
-
I can´t build an android aplication with Adobe Phonegap Build...
Please help me.
The log shows this:
`compile:
[javac] Compiling 46 source files to /project/bin/classes
[javac] /project/src/c…