User Activity

  • Modified a comment on ticket #1494 on PMD

    import lombok.Getter; import lombok.Setter; @Getter @Setter public class Foo { private String id; public Foo(String id) { this.id = id; } } with PMD 5.7, I get following: Private field 'id' could be made final; it is only initialized in the declaration or constructor. The id could be later set using Setter method.

  • Posted a comment on ticket #1494 on PMD

    import lombok.Getter; import lombok.Setter; @Getter @Setter public class Foo { private String id; public Foo(String id) { this.id = id; } } with PMD 5.7, I get following: Private field 'id' could be made final; it is only initialized in the declaration or constructor. The id could be later set using Setter method.

View All

Personal Data

Username:
sreddy2016
Joined:
2017-05-24 04:22:32

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB