[
https://issues.apache.org/jira/browse/THRIFT-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955957#comment-14955957
]
Hudson commented on THRIFT-2794:
--------------------------------
SUCCESS: Integrated in Thrift #1687 (See
[https://builds.apache.org/job/Thrift/1687/])
THRIFT-2794 Suppress "unused" warnings in autogenerated Java files (roger: rev
2d3eff5d387d9f8740dc5aec9ed77c2e05b4d284)
* compiler/cpp/src/generate/t_java_generator.cc
> generated Java code full of warnings
> ------------------------------------
>
> Key: THRIFT-2794
> URL: https://issues.apache.org/jira/browse/THRIFT-2794
> Project: Thrift
> Issue Type: Bug
> Components: Java - Compiler
> Affects Versions: 0.9.1, 1.0
> Environment: Ubuntu 14.04
> Reporter: Kevin
> Priority: Minor
>
> The java code generated by thrift is full of warnings about unused imports
> and fields. With a lot of thrift generated classes, we're getting warnings we
> care about drowned out in the noise of generated code warnings (approx. 600).
> This small example generates about a half dozen unused imports:
> struct Publisher
> {
> 1: optional string id,
> 2: optional string name,
> 3: optional list<string> cat,
> 4: optional string domain
> }
> thrift --gen java -out . publisher.thrift
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)