Open lombokissues opened 9 years ago
:bust_in_silhouette: chas@honton.org :clock8: Apr 17, 2015 at 21:15 UTC
Please discuss feature requests first on https://groups.google.com/forum/﹟!forum/project-lombok
What steps will reproduce the problem?
What is the expected output? What do you see instead? Findbugs produces two warnings: JLM - Synchronization performed on java.util.concurrent.atomic.AtomicReference. RCN - Redundant nullcheck of actualValue, which is known to be non-null
What version of the product are you using? On what operating system? 1.16 on linux
Please provide any additional information below.
:bust_in_silhouette: Maaartinus :clock8: Apr 18, 2015 at 14:33 UTC
JLM: This is an old story, see https://groups.google.com/d/msg/project-lombok/MLQ3I9XJR80/kckW_vEUTlwJ
RCN: No idea, I can't see it in https://projectlombok.org/features/GetterLazy.html
To keep findbugs shut, you can add this line to lombok.config: lombok.extern.findbugs.addSuppressFBWarnings=true
End of migration
Migrated from Google Code (issue 807)