[
https://issues.apache.org/jira/browse/THRIFT-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13178688#comment-13178688
]
Ruslan Shevchenko commented on THRIFT-1483:
-------------------------------------------
ohh, only which is with size 0.6 kb is ok [contains diff from 0.8.0], second
version (size 262kB was added by error and I can't see the way how to delete
one)
> 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
> 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