Skip to content

javac warnings in generated code #64

Open
@ben-manes

Description

@ben-manes

To help maintain code health, we build with -Xlint:all -Werror by default. The generated thrift types and services contain warnings such as,

warning: [unchecked] unchecked generic array creation of type T[] for varargs parameter

It would nice to have the code contain SuppressWarnings where appropriate so that the code is lint free.

P.S. This is on JDK6.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions