[ 
https://issues.apache.org/jira/browse/AVRO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489729#comment-15489729
 ] 

Niels Basjes commented on AVRO-1913:
------------------------------------

The compiler warnings my downstream application always shows are
{code}
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
{code}

When adding in my project pom.xml to the configuration of the 
maven-compiler-plugin the line 
{code}
          <compilerArgument>-Xlint:unchecked</compilerArgument>
{code}
I see a large number of warnings.


> No warnings in the generated Java code
> --------------------------------------
>
>                 Key: AVRO-1913
>                 URL: https://issues.apache.org/jira/browse/AVRO-1913
>             Project: Avro
>          Issue Type: Improvement
>            Reporter: Niels Basjes
>            Assignee: Niels Basjes
>
> The generated Java code has several problems that trigger warnings about 
> unchecked casts and the use of generics in the downstream applications.
> Let's reduce those to zero.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to