Provide support for parametric Containers
Brought to you by:
evsanchez
Java 1.5 introduced of Template Containers via the specification of parametric type restriction upon contained objects in containers. Since then there has been the opportunity of enhancing ATC to directly support that.
It would involve to enhance Container creation with the provision of type information (two in the case of maps). This complicates the declaration of these containers at the DataType metalevel, but is worth trying it. It will also alleviate many of the warnings that are currently present in the Java code.
Related with: #2831130 and #2831131