[
https://issues.apache.org/jira/browse/GERONIMO-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viet Hung Nguyen updated GERONIMO-3554:
---------------------------------------
Attachment: geronimo-3554.patch
> 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
> Attachments: geronimo-3554.patch
>
>
> 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.