[
https://issues.apache.org/jira/browse/THRIFT-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13679060#comment-13679060
]
Hudson commented on THRIFT-1995:
--------------------------------
Integrated in Thrift #704 (See [https://builds.apache.org/job/Thrift/704/])
THRIFT-1995: IDL can generate uncompilable ocde (Revision
de07408e43ac50c2b9f71ab26cf71ee517573763)
Result = SUCCESS
carl :
Files :
* test/Include.thrift
* compiler/cpp/src/thriftl.ll
> '.' allowed at end of identifier generates non-compilable code
> --------------------------------------------------------------
>
> Key: THRIFT-1995
> URL: https://issues.apache.org/jira/browse/THRIFT-1995
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 0.9
> Reporter: Carl Yeksigian
> Assignee: Carl Yeksigian
> Fix For: 0.9.1
>
> Attachments: 1995.patch, 1995-v2.patch
>
>
> The following IDL:
> {code}
> void zip() throws (1: FirstException first. 2: SecondException second)
> {code}
> compiles and generates a file, but the resulting Java code is not proper
> because it will refer to a field "first." instead of just "first".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira