You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Pierre Bourret (JIRA)" <ji...@apache.org> on 2009/07/08 12:26:14 UTC

[jira] Issue Comment Edited: (FELIX-1302) Manipulator never ignore annotations

    [ https://issues.apache.org/jira/browse/FELIX-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728600#action_12728600 ] 

Pierre Bourret edited comment on FELIX-1302 at 7/8/09 3:24 AM:
---------------------------------------------------------------

The behaviour of the corrected manipulator has been tested and approved. Closing issue...

      was (Author: pierre.bourret):
    The behaviour of the corrected manipulator have been tested and approved. Closing issue...
  
> 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.