You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (Jira)" <ji...@apache.org> on 2020/08/05 20:47:00 UTC

[jira] [Updated] (TOMEE-1618) Replace three register maps in Container in favour of one

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

Jonathan Gallimore updated TOMEE-1618:
--------------------------------------
    Fix Version/s:     (was: 7.0.9)
                   8.0.5

> Replace three register maps in Container in favour of one
> ---------------------------------------------------------
>
>                 Key: TOMEE-1618
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1618
>             Project: TomEE
>          Issue Type: Improvement
>          Components: TomEE Core Server
>    Affects Versions: 7.0.0
>            Reporter: Alex
>            Assignee: Alex
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 8.0.5
>
>
> The class org.apache.tomee.embedded.Container currently uses three internal ly managed maps to register following information:
> moduleIds, appContexts and appInfos.
> The key used in each of the map is the name of the application.
> The suggested improvement is to introduce a multimap. I think however, it would be cleaner to define an inner class that can hold the information above, and have one map that maps the name to an instance of this class.
> Drawback is an extra null check, but overall I think this better.
> Additionally, this class does not have many unittests so I'd like to add those as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)