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
adangel
changed the title
[java] false-positive Rule:LocalVariableCouldBeFinal with val from lombok
[java] LocalVariableCouldBeFinal false-positive with lombok.val
Feb 21, 2025
Rule:LocalVariableCouldBeFinal
Please provide the rule name and a link to the rule documentation:
https://pmd.github.io/pmd/pmd_rules_java_codestyle.html#methodargumentcouldbefinal
Description: lombok.val is equivalet to final class
Code Sample demonstrating the issue:
Error:
LocalVariableCouldBeFinal: Local variable 'test04' could be declared final
The text was updated successfully, but these errors were encountered: