heissenberg06 opened a new pull request, #5953: URL: https://github.com/apache/fineract/pull/5953
Replaces Collection.size() > 0 emptiness checks with !Collection.isEmpty() in the fineract-savings module, mirroring the cleanup done for fineract-loan in FINERACT-2627. isEmpty() is more readable and aligns with SonarQube rule java:S1155. Purely a readability/code-quality change with no behavioural impact. JsonArray checks and index-bound size() usages were intentionally left untouched. Closes FINERACT-2630 -- 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]
