A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/780 below:

[java] BeanMembersShouldSerializeRule does not recognize lombok accessors · Issue #780 · pmd/pmd · GitHub

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