[
https://issues.apache.org/jira/browse/AVRO-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong resolved AVRO-2566.
------------------------------------
Fix Version/s: 1.10.0
Assignee: Zezeng Wang
Resolution: Fixed
> 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)