Skip to content

FINERACT-2515: Fix the TODO comments in the Apache Fineract Code#5672

Open
KRYSTALM7 wants to merge 1 commit intoapache:developfrom
KRYSTALM7:FINERACT-2515-remove-auto-generated-todo-comments
Open

FINERACT-2515: Fix the TODO comments in the Apache Fineract Code#5672
KRYSTALM7 wants to merge 1 commit intoapache:developfrom
KRYSTALM7:FINERACT-2515-remove-auto-generated-todo-comments

Conversation

@KRYSTALM7
Copy link

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

  • No functional changes
  • Rebased on latest upstream/develop
  • Follows Fineract coding standards

@KRYSTALM7
Copy link
Author

This PR removes three
stale auto-generated TODO stub comments from the fineract-loan
module as part of FINERACT-2515.

Happy to address any feedback!

@adamsaghy
Copy link
Contributor

@KRYSTALM7 Please configure proper GPG signature for your commits.

@KRYSTALM7 KRYSTALM7 force-pushed the FINERACT-2515-remove-auto-generated-todo-comments branch from dae1587 to f7c9d20 Compare March 24, 2026 17:20
@KRYSTALM7
Copy link
Author

Hi @adamsaghy, thank you for the feedback! I have configured GPG signing for my commits and force-pushed both PRs. Happy to address any other feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants