Composite service implementation does not support long argument
---------------------------------------------------------------
Key: FELIX-637
URL: https://issues.apache.org/jira/browse/FELIX-637
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: iPOJO-0.8.0
Reporter: Clement Escoffier
Assignee: Clement Escoffier
When a composite implements a service, the generated class is incorrect if one
of the delegated method contains an argument of the type "long". The error
comes form an issue when computing the stack size. long argument use two
"spaces" instead of one, so the computed stack size is wrong.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.