[ 
https://issues.apache.org/jira/browse/THRIFT-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Yeksigian updated THRIFT-1995:
-----------------------------------

    Assignee: Carl Yeksigian
    
> Java: '.' allowed in IDL for exception generates non-compilable code
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1995
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1995
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Compiler
>    Affects Versions: 0.9
>            Reporter: Carl Yeksigian
>            Assignee: Carl Yeksigian
>             Fix For: 1.0
>
>         Attachments: 1995.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

Reply via email to