You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Suraj Khurana (Jira)" <ji...@apache.org> on 2020/05/27 11:26:00 UTC

[jira] [Created] (OFBIZ-11748) Enforce noninstantiability to ExpressionUiHelper Class

Suraj Khurana created OFBIZ-11748:
-------------------------------------

             Summary: Enforce noninstantiability to ExpressionUiHelper Class
                 Key: OFBIZ-11748
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11748
             Project: OFBiz
          Issue Type: Sub-task
          Components: framework/service
    Affects Versions: Trunk
            Reporter: Suraj Khurana
            Assignee: Suraj Khurana


- Make ExpressionUiHelper class as final.
 - Add a private constructor.
 - Correct naming convention of private data member
{code:java}
private static final int Occurrence[] = {1, 2, 3, 4, 5, -1, -2, -3, -4 -5};{code}



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