nkuprins opened a new issue, #994:
URL: https://github.com/apache/fesod/issues/994

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/fesod/issues) and 
found nothing similar.
   
   
   ### Motivation
   
   Some classes still hand-write trivial getters and setters while structurally 
identical neighbours use `@Getter`/`@Setter`
   
   ### Solution
   
   Replace trivial accessors with class-level `@Getter`/`@Setter` where the 
field-method names match 1:1.
   
   ### Alternatives
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to