-
```
This code:
{{{
@ToString
final class Foo {
private transient String format;
private transient List arguments;
}
}}}
Leads to (with OpenJDK 7):
{{{
java.lang.ClassCastException: com.sun…
-
This issue was migrated from [Pagure Issue #894](https://pagure.io/dogtagpki/issue/894). Originally filed by **[edewata](https://pagure.io/user/edewata) (@edewata)** on *2014-03-06 03:06:39*:
- Assig…
-
```
class LombokBug {
private void test() {
VAR.get(0);
lombok.val a = new java.util.ArrayList();
}
static java.util.List builder() {
return null;
}
priv…
-
```
What steps will reproduce the problem?
1. extract HibernateTemplate.zip
2. ant
What is the expected output? What do you see instead?
compiled successfully
Please provide any additional informati…
-
After a new install of AbFab3D, I tried running the booleanops app, both on the version 1 source and the current source. Some of the apps do build ok, so I wanted to give you a heads up.
Here was th…
-
Build currently breaking (Ubuntu 20.04 Focal, Docker 20.10.7, docker-compose 1.25.0)
```bash
$ tail -n 50 std.log
[nb-javac] ^
[nb-javac] symbol: method Propert…
-
I have a problem. I've added the dependency into my pom.xml and ran the program, and this is the error it gave me:
```java
class com.antkorwin.betterstrings.BetterStringsProcessor (in unnamed module…
-
Dear All,
Oracle connector is not working with Mendix 8, I have tried to export the module from a lower version and imported to 8 version, I faced a compilation java error as you can see below:
…
-
We use the `@Nullable` annotation from `org.eclipse.jdt.annotation` like so:
```
abstract public @org.eclipse.jdt.annotation.Nullable String name();
```
or even
```
@Value.Default
@org.eclips…
-
```
Each type-checking error message that is yielded by the Checker Framework
should be consistent with the corresponding error message yielded by the
regular compiler.
Here is one example of inconsi…