[
https://issues.apache.org/jira/browse/FINERACT-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066219#comment-18066219
]
Christian Fodoup commented on FINERACT-2538:
--------------------------------------------
I am currently working on this issue.
The fix involves adding Locale.US to all String.format() calls across the
codebase that are missing a Locale parameter. This ensures consistent string
formatting across different environments and resolves the static analysis
warnings.
> Fix String Locale compiler warning in EnumValueValidator
> --------------------------------------------------------
>
> Key: FINERACT-2538
> URL: https://issues.apache.org/jira/browse/FINERACT-2538
> Project: Apache Fineract
> Issue Type: Bug
> Affects Versions: 1.10.1
> Reporter: Hemanth Madhav
> Priority: Major
>
> Resolved the 'String.format(String, Object...)' compiler warning in the
> EnumValueValidator class by specifying 'Locale.US'. This ensures consistent
> string formatting across different environments and satisfies the project's
> static analysis requirements.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)