[
https://issues.apache.org/jira/browse/AVRO-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16935244#comment-16935244
]
Hudson commented on AVRO-2566:
------------------------------
FAILURE: Integrated in Jenkins build AvroJava #739 (See
[https://builds.apache.org/job/AvroJava/739/])
AVRO-2566: Declared generic but did not initialize generic type (#654) (fokko:
[https://github.com/apache/avro/commit/1bd62dde0e065a1527553e3abf36b305b7e4004c])
* (edit)
lang/java/compiler/src/main/java/org/apache/avro/compiler/idl/SchemaResolver.java
> Declared generic but did not initialize generic type
> ----------------------------------------------------
>
> Key: AVRO-2566
> URL: https://issues.apache.org/jira/browse/AVRO-2566
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Reporter: Zezeng Wang
> Assignee: Zezeng Wang
> Priority: Minor
> Fix For: 1.10.0
>
>
> lang/java/avro-compiler/..
> SchemaResolver.java
> List<Schema> newSchemas = new ArrayList(types.size());
> The generic is declared here, but the initialization is using a non-generic
> type,
> so I corrected it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)