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/10/02 19:45:46 UTC

[jira] Created: (FELIX-751) Wrong access for setter methods

Wrong access for setter methods
-------------------------------

                 Key: FELIX-751
                 URL: https://issues.apache.org/jira/browse/FELIX-751
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: iPOJO-0.8.0
            Reporter: Clement Escoffier
            Assignee: Clement Escoffier


The access of the setter method for field array should be 0 instead of private in order to support inner and nested classes.
Despite the actual implementation works on Sun VMs, there are issues on less tolerant VM such as JamVM or MIKA.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-751) Wrong access for setter methods

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-751.
-------------------------------------

    Resolution: Fixed

Fixed in the 701348 revision.
Just change the access of the generated method( setter for array field) from PRIVATE to 0.

> Wrong access for setter methods
> -------------------------------
>
>                 Key: FELIX-751
>                 URL: https://issues.apache.org/jira/browse/FELIX-751
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-0.8.0
>            Reporter: Clement Escoffier
>            Assignee: Clement Escoffier
>
> The access of the setter method for field array should be 0 instead of private in order to support inner and nested classes.
> Despite the actual implementation works on Sun VMs, there are issues on less tolerant VM such as JamVM or MIKA.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.