You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2008/07/17 11:33:32 UTC

[jira] Resolved: (FELIX-637) Composite service implementation does not support long argument

     [ https://issues.apache.org/jira/browse/FELIX-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-637.
-------------------------------------

    Resolution: Fixed

Fixed in the revision 677545
Improves stack size computation and argument loading to avoid issues with the generated class. 

> 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
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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.