Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Issue Links
- is a clone of
-
GROOVY-9631 Replace legacy data structure with Java collection
- Closed