You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Mathieu Lirzin (JIRA)" <ji...@apache.org> on 2018/08/03 12:35:00 UTC

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

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

Mathieu Lirzin edited comment on OFBIZ-10504 at 8/3/18 12:34 PM:
-----------------------------------------------------------------

[~PradhanYashSharma]: Unless IntelliJ has missed some occurences, this refactoring is complete.


was (Author: mthl):
[~PradhanYashSharma] Unless IntelliJ has missed some occurences, this refactoring is complete.

> 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
>
>
> 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)