Rule Set:
<ruleref="rulesets/java/design.xml"/>
Description:
BeanMembersShouldSerializeRule Does not recognize methods generated by lombok
Code Sample demonstrating the issue:
import lombok.Data;
@Data
public class Buzz {
private String foo;
}
Lombok will create getters and setters, but "visit" method add
"Found non-transient, non-static member. Please mark as transient or provide accessors"
Running PMD through: [Sonar plugin]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4