[ https://issues.apache.org/jira/browse/AVRO-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639876#comment-13639876 ]
Hudson commented on AVRO-1308: ------------------------------ Integrated in AvroJava #364 (See [https://builds.apache.org/job/AvroJava/364/]) AVRO-1308. Java: Fix repeated protobuf messages & enums. Contributed by Steve Zesch. (Revision 1471128) Result = SUCCESS cutting : Files : * /avro/trunk/CHANGES.txt * /avro/trunk/lang/java/protobuf/src/main/java/org/apache/avro/protobuf/ProtobufData.java * /avro/trunk/lang/java/protobuf/src/main/java/org/apache/avro/protobuf/ProtobufDatumReader.java * /avro/trunk/lang/java/protobuf/src/main/java/org/apache/avro/protobuf/ProtobufDatumWriter.java * /avro/trunk/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/Test.java * /avro/trunk/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/TestProtobuf.java * /avro/trunk/lang/java/protobuf/src/test/protobuf/test.proto > Don't call hasField on a repeated message > ----------------------------------------- > > Key: AVRO-1308 > URL: https://issues.apache.org/jira/browse/AVRO-1308 > Project: Avro > Issue Type: Bug > Components: java > Reporter: Steve Zesch > Assignee: Steve Zesch > Fix For: 1.7.5 > > Attachments: AVRO-1308.patch, AVRO-1308.patch, AVRO-1308.patch > > > If the hasField method of a Message object is called with an argument that is > a repeatable field, an exception is thrown. The ProtobufData getField method > does not check to see if a field is repeatable before calling hasField. > protobuf hasField Java doc: > https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/MessageOrBuilder#hasField(com.google.protobuf.Descriptors.FieldDescriptor) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira