You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/06/03 10:36:00 UTC

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

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

ASF subversion and git services commented on OFBIZ-11748:
---------------------------------------------------------

Commit 9423bfdcc58a253b2678a045826720118df465cf in ofbiz-framework's branch refs/heads/trunk from Suraj Khurana
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=9423bfd ]

Improved: Enforce noninstantiability to ExpressionUiHelper Class. (#173)

(OFBIZ-11748)

Made class as final, added private constructor and corrected private data member naming convention.

> 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
>            Priority: Major
>
> - 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)