You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Niels Basjes (JIRA)" <ji...@apache.org> on 2017/12/13 09:16:04 UTC

[jira] [Updated] (AVRO-1047) Generated Java classes for specific records contain unchecked casts

     [ https://issues.apache.org/jira/browse/AVRO-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niels Basjes updated AVRO-1047:
-------------------------------
    Fix Version/s: 1.8.3
                   1.9.0

> Generated Java classes for specific records contain unchecked casts
> -------------------------------------------------------------------
>
>                 Key: AVRO-1047
>                 URL: https://issues.apache.org/jira/browse/AVRO-1047
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.6.3
>            Reporter: Garrett Wu
>             Fix For: 1.9.0, 1.8.3
>
>         Attachments: AVRO-1047.patch, suppress-warnings.tar.gz
>
>
> The generated Java classes for specific records cause compiler warnings using Oracle/Sun Java 1.6, since it doesn't support @SuppressWarnings("all"). Instead could we change it to @SuppressWarnings("unchecked")? Only "unchecked" and "deprecation" are mentioned Java Language Specification -- the rest are specific to compiler vendors.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)