[jboss-jira] [JBoss JIRA] Closed: (JBAS-3427) FamilyClusterInfo.getTargets() should return List, not ArrayList
Brian Stansberry (JIRA)
jira-events at jboss.com
Wed Aug 23 13:33:46 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAS-3427?page=all ]
Brian Stansberry closed JBAS-3427.
----------------------------------
Fix Version/s: JBossAS-5.0.0.Beta
(was: JBossAS-5.0.0.CR1)
Resolution: Done
Methods now return List created via Collections.unmodifiableList(). Constructor and mutator method params still take ArrayList as that's more efficient internally. We can change that later if there is a use case for it.
> FamilyClusterInfo.getTargets() should return List, not ArrayList
> ----------------------------------------------------------------
>
> Key: JBAS-3427
> URL: http://jira.jboss.com/jira/browse/JBAS-3427
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-5.0.0.Beta
>
>
> When JBAS-2225 is done, the target list returned by FCI will be immutable; this task changes the type to a simple List to remove any expectation of ArrayList behavior.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list