Java Collections generics are not used in the source code
Brought to you by:
kabukiactor
Java Collections generics are not used in the source code.
The source code implementation relies on legacy (Java 1.4.x) implementation of Java Collections Framework which had existed before generics were introduced.
The source code needs to be changed to make use of generics.
Setting Resolution to Accepted.