-
I have gradle project, and first, gradle clean then infer run -- gradle build executed. My project uses JDK 11.
-Infer version v0.17.0
- MacOS Mojave, running 'infer run -- gradle build'
Faci…
-
**[Rocher Suchard](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rocher.suchard)** opened **[MCOMPILER-435](https://issues.apache.org/jira/browse/MCOMPILER-435?redirect=false)** and comm…
-
@kunstmusik I'm getting a build error when using the Ant method to build the examples on macOS Monterey (M1 silicon)
```
[javac] /Users/boonier/GIT/csoundAPI_examples/java/src/csoundapiexamples/Ex…
-
The following code compiles with ecj but fails with javac `error: incompatible types: List cannot be converted to T`:
```
-
```
[ceylon-compile] An exception has occurred in the compiler (ceylon 1.2.3 de76d29 (Total Internal Reflection)).
[ceylon-compile] java.lang.AssertionError: Unknown symbol type org.americanteeth.ceyl…
-
```
If javac accepts this code, the checker should also. (Unless it's a javac bug,
but I don't think it is.)
Tested with jenkins build #272.
=== Test.java ===
import java.util.List;
interface I {}…
-
```
I'm trying to write stubs for org.junit.runners.ParentRunner. My stub looks
like the following:
class ParentRunner {
void collectInitializationErrors(List errors) @UnknownInitialization(Runner…
-
```
What steps will reproduce the problem?
1. load sketch
2. compile
3.
What is the expected output? What do you see instead?
Expect successful compile
C:\Users\Anyone\AppData\Local\Temp\android453…
-
I'm experiencing an issue with 1 unit test in my code base.
An exception has occurred in the compiler (1.8.0_152). Please file a bug against the Java compiler via the Java bug reporting page (http:…
-
```
*What steps will reproduce the problem?*
1. Create a DelegateBug.java with the following contents in Eclipse
public class DelegateBug {
public void test() {
new A().c();
}
}
cl…