[jira] [Created] (OFBIZ-10504) Remove all unnecessary boxing and unboxing in Java classes

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

[jira] [Created] (OFBIZ-10504) Remove all unnecessary boxing and unboxing in Java classes

Nicolas Malin (Jira)
Gil Portenseigne created OFBIZ-10504:
----------------------------------------

             Summary: Remove all unnecessary boxing and unboxing in Java classes
                 Key: OFBIZ-10504
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10504
             Project: OFBiz
          Issue Type: Improvement
            Reporter: Gil Portenseigne
            Assignee: Gil Portenseigne


Since JAVA 5, the automatic conversion of primitive data types into its equivalent Wrapper type that is known as boxing and opposite operation is known as unboxing, is automatically done.

There is no need for conversion.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)