[jira] [Closed] (OFBIZ-11749) Enforce noninstantiability to JobUtil Class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-11749) Enforce noninstantiability to JobUtil Class

Nicolas Malin (Jira)

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

Suraj Khurana closed OFBIZ-11749.
---------------------------------
    Fix Version/s: Upcoming Branch
       Resolution: Implemented

> Enforce noninstantiability to JobUtil Class
> -------------------------------------------
>
>                 Key: OFBIZ-11749
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11749
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework/service
>    Affects Versions: Trunk
>            Reporter: Suraj Khurana
>            Assignee: Suraj Khurana
>            Priority: Major
>             Fix For: Upcoming Branch
>
>
> - Make JobUtil class as final.
>  - Add a private constructor.
>  - Make the following public static variable as private.
> {code:java}
> public static final String MODULE = JobUtil.class.getName();{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)