mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 22:26:17 +00:00
[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:
@@ -1,6 +1,6 @@
|
||||
@lombok.experimental.UtilityClass
|
||||
class UtilityClass {
|
||||
private String someField;
|
||||
private long someField = System.currentTimeMillis();
|
||||
|
||||
void someMethod() {
|
||||
System.out.println();
|
||||
|
||||
Reference in New Issue
Block a user