-
```
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…
-
Hi @timowest,
I am sorry to bother but something very strange started happening in my build today related to the apt plugin, here is the offending build log: https://travis-ci.org/FagnerMartinsBrack/…
-
```
(reported by Juha Pohjalainen)
Any class that wishes to implement mnj.lua.LuaJavaCallback (and therefore
provide a Lua Java
function to a Lua program) has to be in the package mnj.lua.
Example…
-
```
Building the app with ant and using dragsort (from source) at 0.6.1 produces
the following error: -compile:
[javac] Compiling 62 source files to /home/gerry/build/srclib/DashClock/main/src/ma…
-
```
Building the app with ant and using dragsort (from source) at 0.6.1 produces
the following error: -compile:
[javac] Compiling 62 source files to /home/gerry/build/srclib/DashClock/main/src/ma…
-
Попробовал собрать джава утилиты, словил кучу ошибок.
```
/nikolay/src/csu-code-analysis/java-xml/build.xml:18: The following error occurred while executing this line:
/nikolay/src/csu-code-analysis…
-
```
What steps will reproduce the problem?
The following class does not compile under javac using lombok but it does on
Eclipse. The problem seems to arise from mixing usage of @val and @Delegate in…
-
```
As soon as lombok.jar is in the classpath when compiling, i get a spooky
behaviour when building with maven:
What steps will reproduce the problem?
1. Have these example classes in src/main/java
…
-
javac use default encode mode by operation. In the result, javac can not compile .java file which is not fit with your OS. Like UTF-8 .java file can not compile in Traditional Chinese Windows OS (enc…
DF-wu updated
5 years ago
-
```
When I ran ant in the trunk, I can the following error:
compile:
[mkdir] Created dir: /home/nadaa/guice/google-guice-read-only/build/classes
[javac] Compiling 144 source files to
/home/na…