KRYSTALM7 opened a new pull request, #5672:
URL: https://github.com/apache/fineract/pull/5672
## Description
Removes stale auto-generated TODO stub comments from three classes
in the fineract-loan module as part of the ongoing effort to reduce
technical debt (FINERACT-2515).
## Changes
- **LoanInstallmentCharge.java**: Removed `// TODO Auto-generated
constructor stub` from the default no-arg constructor. The
constructor body is intentionally empty and the comment adds
no value.
- **LoanTransaction.java**: Removed `// TODO Auto-generated method
stub` from the `updateAmount()` method. The implementation is
complete and the comment is misleading.
- **DuplicateGuarantorException.java**: Removed `// TODO
Auto-generated constructor stub` from the parameterized
constructor. The `super()` call is properly implemented.
## Testing
No functional changes — comments only. Existing tests cover
all modified classes.
## Checklist
- [x] No functional changes
- [x] Rebased on latest upstream/develop
- [x] Follows Fineract coding standards
--
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]