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 2009/07/07 09:24:15 UTC

[jira] Updated: (FELIX-1302) Manipulator never ignore annotations

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

Clement Escoffier updated FELIX-1302:
-------------------------------------

         Fix Version/s: iPOJO-1.4.0
    Remaining Estimate: 0h
     Original Estimate: 0h

Fixed at revision 791729.
Please check and close if you're satisfied.

> Manipulator never ignore annotations
> ------------------------------------
>
>                 Key: FELIX-1302
>                 URL: https://issues.apache.org/jira/browse/FELIX-1302
>             Project: Felix
>          Issue Type: Bug
>          Components: iPOJO
>    Affects Versions: iPOJO-1.2.0
>         Environment: All
>            Reporter: Pierre Bourret
>            Priority: Minor
>             Fix For: iPOJO-1.4.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The manipulator seems to always process annotations, even when the user explicitly indicate to ignore them (via the iPOJO ant or maven plugin).
> The org.apache.felix.ipojo.manipulator.Pojoization class has a private m_ignoreAnnotations boolean field, that is initialized to false (Java default value). The only method that modify this field is setAnnotationProcessing, that takes no parameters and 
> set (unthinking) the field to false.
> This method should take a boolean parameter indicating if the annotations must be processed or ignored.

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