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
I set spotbugs ver 4.7.0 and executed Task: spotbugsMain, but the auto-generated code of lombok detected EI_EXPOSE_REP and EI_EXPOSE_REP2.
So, I have to write the setter and getter code by myself. Is not successful for lombok auto-generated code.
We have confirmed that this occurs in ver 4.3.0 or later.
I don't think lombok auto-generated code is subject to spotbugsMain, so is it possible to avoid warning about them?
Target version
4.3.0 ~
Best Regards.
The text was updated successfully, but these errors were encountered:
akkie76
changed the title
False positive result of [EI_EXPOSE_REP]
False positive result of [EI_EXPOSE_REP] for lombok auto-generated code
May 12, 2022
Hi,
I set spotbugs ver 4.7.0 and executed
Task: spotbugsMain
, but the auto-generated code of lombok detectedEI_EXPOSE_REP
andEI_EXPOSE_REP2
.So, I have to write the setter and getter code by myself. Is not successful for lombok auto-generated code.
We have confirmed that this occurs in ver 4.3.0 or later.
I don't think lombok auto-generated code is subject to spotbugsMain, so is it possible to avoid warning about them?
Best Regards.
The text was updated successfully, but these errors were encountered: