|
|
|
|
|
by tauwauwau
860 days ago
|
|
I had to do it in one project. It's not trivial, but also not too difficult. Getters were easy, setters required different types of values. After handling various date type values for setters it worked fine. Occasionally I would see an exception for fields generated by APIs like Lombok, which needed to be excluded from my setter list. I didn't like that I had tobdo it, but it was easier than getting several approvals to get Sonar rules changed. |
|