[
https://issues.apache.org/jira/browse/AVRO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489732#comment-15489732
]
ASF GitHub Bot commented on AVRO-1913:
--------------------------------------
GitHub user nielsbasjes opened a pull request:
https://github.com/apache/avro/pull/124
AVRO-1913: No warnings in the generated Java code.
In my projects this reduces the compiler warnings to 0 in the generated
code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nielsbasjes/avro AVRO-1913
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/124.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #124
----
commit bce25786bd0782a806499bc76d968c9bc06c0943
Author: Niels Basjes <[email protected]>
Date: 2016-09-14T07:43:32Z
AVRO-1913: No warnings in the generated Java code.
----
> 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)