You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Fokko Driesprong (Jira)" <ji...@apache.org> on 2019/09/22 06:49:00 UTC

[jira] [Resolved] (AVRO-2566) Declared generic but did not initialize generic type

     [ 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)