[i804] @UtilityClass fails to properly initialize fields (which @UtilityClass makes static) with initializers, in eclipse.

also updates the changelog more generally, it was lacking some recent work.
This commit is contained in:
Reinier Zwitserloot
2015-04-14 21:54:04 +02:00
parent a4441fb931
commit de816ebbcd
6 changed files with 27 additions and 5 deletions
@@ -1,6 +1,6 @@
@lombok.experimental.UtilityClass
class UtilityClass {
private String someField;
private long someField = System.currentTimeMillis();
void someMethod() {
System.out.println();