[
https://issues.apache.org/jira/browse/OFBIZ-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arun Patidar closed OFBIZ-7587.
-------------------------------
Resolution: Fixed
Fix Version/s: Upcoming Branch
Committed changes in trunk at rev: 1750968.
Thanks [~rishisolankii] and [~rohit.koushal] for your contribution.
> Enforce noninstantiability to UtilFormatOut class
> -------------------------------------------------
>
> Key: OFBIZ-7587
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7587> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Affects Versions: Trunk
> Reporter: Rishi Solanki
> Assignee: Arun Patidar
> Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7587.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make the following static variable as private static final. Also move it to begining of the class with FIXME: comment
> {code}
> // ------------------- price format handlers -------------------
> // FIXME: This is not thread-safe! DecimalFormat is not synchronized.
> static DecimalFormat priceDecimalFormat = new DecimalFormat(UtilProperties.getPropertyValue("general", "currency.decimal.format", "#,##0.00"));
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)