You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2011/02/24 15:06:38 UTC

[jira] Created: (FELIX-2861) Remove unnecessary object creation

Remove unnecessary object creation
----------------------------------

                 Key: FELIX-2861
                 URL: https://issues.apache.org/jira/browse/FELIX-2861
             Project: Felix
          Issue Type: Improvement
          Components: Event Admin
    Affects Versions: eventadmin-1.2.8
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: eventadmin-1.2.10


The BlacklistingHandlerTask internally creates first a list and then converts this to an array. If we directly use the list, we can avoid this object creation without loosing anything.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (FELIX-2861) Remove unnecessary object creation

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

Carsten Ziegeler closed FELIX-2861.
-----------------------------------


> Remove unnecessary object creation
> ----------------------------------
>
>                 Key: FELIX-2861
>                 URL: https://issues.apache.org/jira/browse/FELIX-2861
>             Project: Felix
>          Issue Type: Improvement
>          Components: Event Admin
>    Affects Versions: eventadmin-1.2.8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: eventadmin-1.2.10
>
>
> The BlacklistingHandlerTask internally creates first a list and then converts this to an array. If we directly use the list, we can avoid this object creation without loosing anything.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (FELIX-2861) Remove unnecessary object creation

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

Carsten Ziegeler resolved FELIX-2861.
-------------------------------------

    Resolution: Fixed

Changed the result from array to List in revision 1074155

> Remove unnecessary object creation
> ----------------------------------
>
>                 Key: FELIX-2861
>                 URL: https://issues.apache.org/jira/browse/FELIX-2861
>             Project: Felix
>          Issue Type: Improvement
>          Components: Event Admin
>    Affects Versions: eventadmin-1.2.8
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: eventadmin-1.2.10
>
>
> The BlacklistingHandlerTask internally creates first a list and then converts this to an array. If we directly use the list, we can avoid this object creation without loosing anything.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira