sherles1 opened a new pull request, #5581: URL: https://github.com/apache/fineract/pull/5581
Sonar rule java:S2201 flagged that the return value of parse() was ignored. Assigned the parsed result to a variable to ensure proper validation behavior and improve reliability. This pull request fixes a SonarCloud issue (java:S2201) in LocalDateValidator. The parse() method was being called without using its return value, which reduces reliability and may hide parsing errors. The parsed result is now assigned to a variable to comply with the rule and ensure proper validation behavior. No functional changes were introduced. Only a small reliability improvement. -- 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]
