[
https://issues.apache.org/jira/browse/OFBIZ-7684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rahul Singh updated OFBIZ-7684:
-------------------------------
Attachment: OFBIZ-7684.patch
> Enforce noninstantiability to ServiceConfigUtil class
> -----------------------------------------------------
>
> Key: OFBIZ-7684
> URL:
https://issues.apache.org/jira/browse/OFBIZ-7684> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Affects Versions: Trunk
> Reporter: Rishi Solanki
> Priority: Minor
> Attachments: OFBIZ-7684.patch
>
>
> - Make class as final.
> - Add a private constructor.
> - Make the following public static variables as private
> {code}
> public static final String engine = "default";
> public static final String SERVICE_ENGINE_XML_FILENAME = "serviceengine.xml";
> {code}
> - Add public static method as getServiceEngineXmlFileName(), getEngine() and use them in following class
> {code}
> ServiceEcaUtil.java
> ServiceGroupReader.java
> DispatchContext.java
> JobPoller.java
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)