[ https://issues.apache.org/jira/browse/THRIFT-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bryan Duxbury closed THRIFT-1483. --------------------------------- Resolution: Fixed Fix Version/s: 0.9 Assignee: Ruslan Shevchenko I just committed this. Thanks, Ruslan! > 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