Satvik Mishra created FINERACT-2415:
---------------------------------------
Summary: Refactor getJobParametersMap in
InlineLoanCOBExecutorServiceImpl to reduce code duplication.
Key: FINERACT-2415
URL: https://issues.apache.org/jira/browse/FINERACT-2415
Project: Apache Fineract
Issue Type: Improvement
Components: Loan
Affects Versions: 1.13.0
Reporter: Satvik Mishra
*Context*
Currently, in the {{InlineLoanCOBExecutorServiceImpl}} class, the
{{getJobParametersMap}} method contains redundant logic. The same operations
are being repeated twice within the method body instead of utilizing a reusable
functional call.
*Issue*
The current implementation violates the DRY principle. This duplication
increases maintenance overhead, reduces readability, and requires updates in
multiple places for future changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)