[jira] [Commented] (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] [Commented] (OFBIZ-10504) Remove all unnecessary boxing and unboxing in Java classes

Nicolas Malin (Jira)

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

Gil Portenseigne commented on OFBIZ-10504:
------------------------------------------

[~jacques.le.roux] following your links i found [This Thread|https://ofbiz.markmail.org/message/fcfedry53x7w72vp?q=vote+jira] with some hint about the Jira vote vs Dev mailing vote.

To sum up Jira vote is only informal vote from people that are okay to apply Jira patches. That's a fine definition for me :).

> 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
>            Priority: Major
>         Attachments: OFBIZ-10504_remove_unboxing_and_boxing.patch, OFBIZ-10504_remove_unboxing_and_boxing_Plugins.patch
>
>
> 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)