[jboss-jira] [JBoss JIRA] Closed: (JBAS-2440) Review use of HashMap vs. Map as a type declaration in DistributedReplicantManagerImpl

Jerry Gauthier (JIRA) jira-events at lists.jboss.org
Wed Feb 14 16:08:32 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-2440?page=all ]

Jerry Gauthier closed JBAS-2440.
--------------------------------

    Fix Version/s: JBossAS-5.0.0.Beta2
                       (was: JBossAS-5.0.0.CR1)
       Resolution: Done

Replaced HashMap with Map in all internal type declarations.

> Review use of HashMap vs. Map as a type declaration in DistributedReplicantManagerImpl
> --------------------------------------------------------------------------------------
>
>                 Key: JBAS-2440
>                 URL: http://jira.jboss.com/jira/browse/JBAS-2440
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>            Reporter: Brian Stansberry
>         Assigned To: Jerry Gauthier
>             Fix For: JBossAS-5.0.0.Beta2
>
>
> There are a lot of places in DistributedReplicantManagerImpl where variables are declared as HashMap instead of Map.  Since a number of internal members have been changed to ConcurrentReaderHashMap, this is dangerous (see JBAS-2439).  Need to review and where possible use Map instead of HashMap.

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