[jira] [Commented] (OFBIZ-7912) Enforce noninstantiability to ServiceUtil class

2016-09-06 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15467884#comment-15467884
 ] 

Jacques Le Roux commented on OFBIZ-7912:


Fixed at revision: 1759457 in trunk, other branches not concerned

> Enforce noninstantiability to ServiceUtil class
> ---
>
> Key: OFBIZ-7912
> URL: https://issues.apache.org/jira/browse/OFBIZ-7912
> 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-7912.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make following public static final variables as private;
> {code}
> public static final String resource = "ServiceErrorUiLabels";
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7912) Enforce noninstantiability to ServiceUtil class

2016-09-02 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458195#comment-15458195
 ] 

Jacques Le Roux commented on OFBIZ-7912:


Hi guys,

I just noticed r1757979 broke the Label Manager, please see OFBIZ-8114

> Enforce noninstantiability to ServiceUtil class
> ---
>
> Key: OFBIZ-7912
> URL: https://issues.apache.org/jira/browse/OFBIZ-7912
> 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-7912.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make following public static final variables as private;
> {code}
> public static final String resource = "ServiceErrorUiLabels";
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)