You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/02/01 12:23:00 UTC

[jira] [Resolved] (GROOVY-9921) Replace legacy data structure with Java collection(SingleKeyHashMap)

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

Daniel Sun resolved GROOVY-9921.
--------------------------------
    Resolution: Fixed

> Replace legacy data structure with Java collection(SingleKeyHashMap)
> --------------------------------------------------------------------
>
>                 Key: GROOVY-9921
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9921
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Daniel Sun
>            Assignee: Daniel Sun
>            Priority: Major
>              Labels: breaking
>             Fix For: 4.0.0-alpha-3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *BACKGROUND*
>     Groovy home-made data structures are lack of maintainence for a long time, so it's better to replace them with mature and continuously improving data structure from JDK
> *SCOPE*
>  # Replace {{SingleKeyHashMap}} with {{LinkedHashMap}} in {{MetaMethodIndex}}
> *BENEFITS*
>  # Better maintainence and readability
>  # Continuously improving data structure from JDK
>  



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