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/06 15:00:16 UTC

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

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



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.


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

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

Pierre Bourret closed FELIX-1302.
---------------------------------


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.


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

Posted by "Clement Escoffier (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Clement Escoffier resolved FELIX-1302.
--------------------------------------

    Resolution: Fixed

> 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.


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

Posted by "Pierre Bourret (JIRA)" <ji...@apache.org>.
    [ 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.