[
https://issues.apache.org/jira/browse/FINERACT-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Dailey updated FINERACT-2061:
-----------------------------------
Fix Version/s: (was: 1.10.0)
> Introduce Lombok to the Core module (infrastructure/dataqueries)
> ----------------------------------------------------------------
>
> Key: FINERACT-2061
> URL: https://issues.apache.org/jira/browse/FINERACT-2061
> Project: Apache Fineract
> Issue Type: Sub-task
> Reporter: Zeyad Nasef
> Priority: Major
> Fix For: 1.11.0
>
>
> h3. *This task introduces Lombok annotations (Getter & AllArgsConstructor) to
> fineract-core module.*
> h3. The following are done:
> *• Refactoring in {{ReportParameterJoinData}} Class:*
> * Removed the getter method from the {{ReportParameterJoinData}} class and
> replaced it with the {{@Getter}} annotation.
> *• Constructor Modification in {{ReportParameterJoinData}} Class:*
> * Removed the class constructor and replaced it with the
> {{@AllArgsConstructor}} annotation.
> *• Backward Compatibility:*
> * Ensured backward compatibility with other classes that use
> {{{}ReportParameterJoinData{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)