-
From the history of CheckOptionalEmptiness I'm not entirely certain which exact issues it is _intended_ to protect against but I ran into a surprise with `j.u.Optional::or` that led me to map out a nu…
-
Hi,
I am running OSX Mavericks 10.9.4 with Macports.
...
---
```
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|d…
-
```
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
…
-
```
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
…
-
-
I was trying to use multiple java source paths as described here: https://github.com/technomancy/leiningen/issues/155 and discovered that swank no longer works, here is the stack trace. Also discovere…
-
I use rest like this:
``` java
@Rest(rootUrl = "http://xxx.com",converters = GsonHttpMessageConverter.class)
public interface APIService {
@Get("/app/api/json.php?param={%22limit_a%22:0,%22limit…
-
### Expected behavior
Opening/saving a Java file that uses Gradle should correctly set classpath for linting/checking.
### Steps to reproduce
[This is the repo](https://github.com/shoemakerdr…