[
https://issues.apache.org/jira/browse/AVRO-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918163#comment-13918163
]
Hudson commented on AVRO-1455:
------------------------------
FAILURE: Integrated in AvroJava #442 (See
[https://builds.apache.org/job/AvroJava/442/])
AVRO-1455. Deep copy does not need to create new instances for primitives.
(tomwhite: rev 1573582)
* /avro/trunk/CHANGES.txt
*
/avro/trunk/lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java
*
/avro/trunk/lang/java/ipc/src/test/java/org/apache/avro/generic/TestDeepCopy.java
> Deep copy does not need to create new instances for primitives
> --------------------------------------------------------------
>
> Key: AVRO-1455
> URL: https://issues.apache.org/jira/browse/AVRO-1455
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.6
> Reporter: Tom White
> Assignee: Tom White
> Fix For: 1.7.7
>
> Attachments: AVRO-1455.patch
>
>
> Java Boolean, Integer, Long, Float and Double are immutable so there's no
> need to create new instances for them in GenericData#deepCopy. Note that this
> optimization is already present for String.
--
This message was sent by Atlassian JIRA
(v6.2#6252)