Age | Commit message (Collapse) | Author |
|
|
|
eclipse releases and ways to boot up eclipse. Now it does. Also added an item for this in the changelog.
|
|
|
|
(ClassNotFoundError).
|
|
|
|
|
|
netbeans)
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on there.
|
|
wasn't up to spec)
|
|
|
|
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
|