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
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