[ 
https://issues.apache.org/jira/browse/THRIFT-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178862#comment-13178862
 ] 

Hudson commented on THRIFT-1483:
--------------------------------

Integrated in Thrift #374 (See [https://builds.apache.org/job/Thrift/374/])
    THRIFT-1483. java: java compiler does not generate type parameters for 
services in extended clauses

Patch: Ruslan Shevchenko

bryanduxbury : http://svn.apache.org/viewvc/?view=rev&rev=1226889
Files : 
* /thrift/trunk/compiler/cpp/src/generate/t_java_generator.cc

                
> java compiler does not generate type parameters for services in extended 
> clauses
> --------------------------------------------------------------------------------
>
>                 Key: THRIFT-1483
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1483
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Compiler
>    Affects Versions: 0.8
>         Environment: any, (generti unix)
>            Reporter: Ruslan Shevchenko
>            Assignee: Ruslan Shevchenko
>             Fix For: 0.9
>
>         Attachments: thrift-java-2012_01_03.diff, thrift-java-2012_01_03.diff
>
>
> When we extends one service from another, i.e.
> service Firts
> {
> }
> servive Second extend First
> {
> }
> than generated java code for service is not compiled, becouse in definition 
> of Second.Processor<I>  we use First.Processor in extends clause without type 
> parameter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to