You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note, I think I have other cases where @EqualsAndHashCode(doNotUseGetters = true) didn't help me out, e.g. this test failure: @EqualsAndHashCode(doNotUseGetters = true) ..at least not in 1.16.22, but I'm not definitive about 1.18.0
The text was updated successfully, but these errors were encountered:
Hi guys
the following worked with lombok 1.16.16, but not with 1.16.22.
here are the failing test's reports:
here is the commit that fixed the test for 1.16.22
metasfresh/metasfresh@e2393a6 (see line 48)
Here is the "fixed" AttributesKey file: https://github.com/metasfresh/metasfresh/blob/e2393a63eaa0830f71dc48de865f3210a71e69e4/de.metas.material/event/src/main/java/de/metas/material/event/commons/AttributesKey.java
Here is the test case
https://github.com/metasfresh/metasfresh/blob/e2393a63eaa0830f71dc48de865f3210a71e69e4/de.metas.material/event/src/test/java/de/metas/material/event/commons/AttributesKeyTest.java
As a side note, I think I have other cases where
@EqualsAndHashCode(doNotUseGetters = true)
didn't help me out, e.g. this test failure: @EqualsAndHashCode(doNotUseGetters = true) ..at least not in 1.16.22, but I'm not definitive about 1.18.0The text was updated successfully, but these errors were encountered: