You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Viet Hung Nguyen (JIRA)" <ji...@apache.org> on 2007/12/04 00:27:43 UTC

[jira] Assigned: (GERONIMO-3554) monitoring plugin: client should use an ArrayList instead of a Vector

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

Viet Hung Nguyen reassigned GERONIMO-3554:
------------------------------------------

    Assignee: Viet Hung Nguyen

> monitoring plugin: client should use an ArrayList instead of a Vector
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-3554
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3554
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: monitoring
>    Affects Versions: 2.1
>         Environment: windows
>            Reporter: Viet Hung Nguyen
>            Assignee: Viet Hung Nguyen
>            Priority: Trivial
>
> There are some places in the client code where Vectors are used. ArrayLists would be a better type for this particular instance because of efficiency. Vectors are used for synchronization purposes, which the client does not need to do. ArrayLists would be faster and serve the same purpose in this case.

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