Prakash-M-S opened a new pull request, #5499: URL: https://github.com/apache/fineract/pull/5499
## Description Fixed a `NullPointerException` that occurs when `determineInterestPostingPeriods` is called with a null `SavingsPostingInterestPeriodType`. This aligns the behavior with the existing null checks for `startInterestCalculationLocalDate` and `interestPostingUpToDate`. ## Checklist - [x] Code builds successfully - [x] Added a Unit Test (`SavingsHelperNPExceptionTest.java`) to verify the fix - [x] Commit is signed - [x] Related to issue FINERACT-1266 ## Test Evidence The new test `SavingsHelperNPExceptionTest` passes with the fix and fails without it. -- 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]
