[jira] [Created] (OFBIZ-7272) Enforce noninstantiability with a private constructor

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

[jira] [Created] (OFBIZ-7272) Enforce noninstantiability with a private constructor

Nicolas Malin (Jira)
Rishi Solanki created OFBIZ-7272:
------------------------------------

             Summary: Enforce noninstantiability with a private constructor
                 Key: OFBIZ-7272
                 URL: https://issues.apache.org/jira/browse/OFBIZ-7272
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL COMPONENTS
    Affects Versions: Trunk
            Reporter: Rishi Solanki


I have discusses this in past on mailing list, that Utility, helper, worker classes which contains only static methods should not be instantiable. Also we can restrict it by adding a private constructor.

Currently OFBiz has many such classes which should have private constructor. Identify all the *Worker.java, *.Helper.java, and *Util.java which do not have any non static method/member are eligible for having a private constructor.



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