Age | Commit message (Collapse) | Author |
|
|
|
|
|
cause ArrayIndexOutOfBoundsException: 0 errors to pop up in the editor.
Also updated changelog.
|
|
|
|
|
|
|
|
|
|
0.10.2 release.
|
|
can't be @EqualsAndHashCode marked.
|
|
|
|
warrant a new version.
|
|
(Due to yet another bug in javac's pretty printer...)
|
|
|
|
|
|
incapabilities. Issue #251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using lombok.
|
|
|
|
so we no longer need our own repository. Also updated publish process to new server (escudo is in, libertad is out).
|
|
|
|
|
|
|
|
|
|
on there.
|
|
wasn't up to spec)
|
|
lombok.jar' as we've fixed that by now. Also documented the preferred git workflow for working on lombok.
|
|
|
|
enums. Docs have been updated.
Behaviour of @XArgsConstructor when its placement makes no sense (i.e. when annotating an interface with them) is no longer 'throw weird errors', but has been brought in line with the others: A nice error message is generated.
Fixes issue #175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?> style wildcards anywhere in the source. No longer.
Fixes issue #134.
|
|
Also updated changelog as well as the docs.
Also updated usage examples for @EqualsAndHashCode, @ToString, and @Data, which also contained some other minor issues (such as missing this. qualifiers).
Still to do is to detect that getters don't exist _yet_ but will later due to @Getter or @Data.
|
|
Fixes issue #54
|
|
Fixes issue #102.
|