You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pradhan Yash Sharma (JIRA)" <ji...@apache.org> on 2017/07/22 09:23:02 UTC

[jira] [Updated] (OFBIZ-9488) Usage of factory method or Builder pattern for Locale object creation and usage.

     [ https://issues.apache.org/jira/browse/OFBIZ-9488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pradhan Yash Sharma updated OFBIZ-9488:
---------------------------------------
    Attachment: OFBIZ-9488.patch

Patch Avaliable

> Usage of factory method or Builder pattern for Locale object creation and usage.
> --------------------------------------------------------------------------------
>
>                 Key: OFBIZ-9488
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9488
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL APPLICATIONS
>    Affects Versions: 16.11.03
>            Reporter: Pradhan Yash Sharma
>            Assignee: Pradhan Yash Sharma
>            Priority: Minor
>         Attachments: OFBIZ-9488.patch
>
>
> Usage of factory method or Builder pattern for Locale object creation and usage.
> Locale aLocale = Locale.forLanguageTag("en-US");
> Locale bLocale = new Locale.Builder().setLanguage("en").setRegion("US").build();
> https://docs.oracle.com/javase/tutorial/i18n/locale/index.html
> There are many instances on which new Locale() is used instead of this we can use UtilMisc.ensureLocale()



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)