-
**Describe the bug**
NPE encountered while "mvn clean install".
like #2999 , But I'm using the latest version of Lombok
**To Reproduce**
I can't separate a single original file because he relies…
-
When compiling with the Java 10 compiler, maven and lombok 1.18.4, I get the following stack trace below.
The code being compiled looks like
package fail;
import lombok.val;
imp…
-
In [Praktomat/src/checker/scripts/javac](https://github.com/KITPraktomatTeam/Praktomat/blob/master/src/checker/scripts/javac) there is a german comment containing thoughts about security restrictions …
-
**[Manu Sridharan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=msridhar)** opened **[MCOMPILER-407](https://issues.apache.org/jira/browse/MCOMPILER-407?redirect=false)** and commented
…
-
`[ 82% 6669/8098] //frameworks/opt/telephony:telephony-common javac`
The step execution parameters where failed
FAILED: out/soong/.intermediates/frameworks/opt/telephony/telephony-common/andro…
-
This is a overview issue about improvements to reduce warnings during the build. Since we moved trunk to Java 8 and branch_5x to Java 7, there were introduced some additional warnings, mostly in gener…
-
Repozytorium używa Lomboka w wersji 1.6.20, która nie jest kompatybilna z JDK10 czy wyższymi.
Rozwiązania:
1. przestaw swoją Jawę na 9-.
2. podbij wersję do 1.6.22.
Jak upewnię się, że roz…
-
I was declaring an Actor interface like so:
```
interface MyActor {
void action(int count);
}
```
This fails the annotation processor with the message:
```
Error:(7, 8) error: Failed to generat…
-
```
*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…
-
When I update Gradle Version `3.3.2` => `3.4.1`, following error occur.
> e: error: cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.hanks.htextvie…