Skip to content

FINERACT-1266 Fix potential NPE in determineInterestPostingPeriods#5454

Open
Satish11012007 wants to merge 1 commit intoapache:developfrom
Satish11012007:FINERACT-1266-fix-npe
Open

FINERACT-1266 Fix potential NPE in determineInterestPostingPeriods#5454
Satish11012007 wants to merge 1 commit intoapache:developfrom
Satish11012007:FINERACT-1266-fix-npe

Conversation

@Satish11012007
Copy link

@Satish11012007 Satish11012007 commented Feb 6, 2026

Description:
This PR addresses a potential NullPointerException in
determineInterestPostingPeriods by adding null-safety checks
for edge cases where inputs may be absent. The change improves
stability without affecting existing logic.

Key Changes:

  • Added defensive null checks to prevent potential NPE
  • Ensured safe handling of empty or missing inputs
  • No functional changes for valid scenarios

Testing:

  • Project builds successfully with Gradle
  • Existing tests pass
  • Manually verified affected code paths

Checklist:

@Satish11012007
Copy link
Author

This PR fixes one of the potential NPE scenarios related to FINERACT-932.
Other cases tracked under the parent issue may still remain.

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.

1 participant