You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by mkw <gi...@git.apache.org> on 2017/09/27 02:22:33 UTC

[GitHub] avro pull request #250: AVRO-1047: Java: Fix remaining javac warnings.

GitHub user mkw opened a pull request:

    https://github.com/apache/avro/pull/250

    AVRO-1047: Java: Fix remaining javac warnings.

    AVRO-1913 fixed most warnings, but missed a few unchecked usages and left in some redundant casts.  This patch eliminates remaining warnings even with the `-Xlint:all` flag added to javac.  With no more warnings to surpress, the `@SuppressWarnings("all")` annotation isremoved from the generated code, as well.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mkw/avro java-warnings

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/250.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 #250
    
----
commit 9c76fb6fa39aad3f6da1f20f3adca8eb01d5b4f1
Author: Michael K. Werle <mk...@coruscations.com>
Date:   2017-09-27T02:12:20Z

    AVRO-1047: Java: Fix remaining javac warnings.
    
    AVRO-1913 fixed most warnings, but missed a few unchecked usages and
    left in some redundant casts.  This patch eliminates remaining
    warnings even with the -Xlint:all flag added to javac.  With no more
    warnings to surpress, the @SuppressWarnings("all") annotation is
    removed from the generated code, as well.

----


---

[GitHub] avro pull request #250: AVRO-1047: Java: Fix remaining javac warnings.

Posted by mkw <gi...@git.apache.org>.
Github user mkw closed the pull request at:

    https://github.com/apache/avro/pull/250


---