Skip to content

FINERACT-2777: Remove obsolete dead code block in TellerWritePlatformServiceJpaImpl.java - #6308

Open
DhroovSankla wants to merge 1 commit into
apache:developfrom
DhroovSankla:FINERACT-2777-remove-dead-code-teller
Open

FINERACT-2777: Remove obsolete dead code block in TellerWritePlatformServiceJpaImpl.java#6308
DhroovSankla wants to merge 1 commit into
apache:developfrom
DhroovSankla:FINERACT-2777-remove-dead-code-teller

Conversation

@DhroovSankla

Copy link
Copy Markdown
Contributor

Description

This Pull Request resolves FINERACT-2777 by removing an obsolete, commented-out dead code block and its related TODO comment from TellerWritePlatformServiceJpaImpl.java.

The removed block (previously at lines 358–380) was a non-functional draft intended to check entity existence (loan accounts, savings accounts, and clients) but was never implemented. Removing it reduces technical debt, cleans up code smell, and improves readability of the teller transaction service.

Impact

  • No functional impact as the code was entirely commented out.
  • Cleans up technical debt / dead code in the Organisation module.

Verifications

  • Code has been formatted using Spotless: ./gradlew spotlessApply
  • Verification tasks completed successfully: ./gradlew :fineract-provider:compileJava :fineract-provider:checkstyleMain

…ServiceJpaImpl

Signed-off-by: Dhroov Sankla <dhroovsankla2004@gmail.com>
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