[
https://issues.apache.org/jira/browse/THRIFT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14494874#comment-14494874
]
Hudson commented on THRIFT-227:
-------------------------------
SUCCESS: Integrated in Thrift #1508 (See
[https://builds.apache.org/job/Thrift/1508/])
THRIFT-227 Pretty print binary collections (roger: rev
a242c28ba16012ba480c5fbac88bedceaf3aed57)
* compiler/cpp/src/generate/t_java_generator.cc
* lib/java/src/org/apache/thrift/TBaseHelper.java
> Byte[] in collections aren't pretty printed like regular binary fields
> ----------------------------------------------------------------------
>
> Key: THRIFT-227
> URL: https://issues.apache.org/jira/browse/THRIFT-227
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Compiler
> Reporter: Bryan Duxbury
> Priority: Trivial
> Fix For: 0.9.3
>
>
> In toString, we just delegate to the toString method of our embedded
> collection objects, which in turn call the toString of the byte[] collection
> elements. This results in [B@12fa2134 instead of 01 a3 17. It'd be nice if we
> could figure out a way to print the collection elements the same as regular
> fields.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)