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
Expected behavior
Compilation error must occur, because the onConstructor, onMethod and onParam annotations must produce an error according to lombok.onX.flagUsage and lombok.experimental.flagUsage parameters in lombok configuration.
Describe the bug
Neither
lombok.onX.flagUsage = ERROR
norlombok.experimental.flagUsage = ERROR
works withonConstructor
,onMethod
andonParam
.To Reproduce
Create simple gradle project.
Then execute
The compilation is successful. :-(
Expected behavior
Compilation error must occur, because the
onConstructor
,onMethod
andonParam
annotations must produce an error according tolombok.onX.flagUsage
andlombok.experimental.flagUsage
parameters in lombok configuration.Version info:
Additional context
Arch Linux x86_64
The text was updated successfully, but these errors were encountered: