On 30 May 2012 19:32, Thomas Vandahl <t...@apache.org> wrote:
> Hi folks,
>
> I spent quite some time to introduce generics in JCS. Now I finally
> managed to reintegrate the changes into trunk. I would kindly ask for
> reviewers. All improvements are welcome as I am no generics-expert.

DoubleLinkedList looks incomplete.
It is parameterised by the node type (which must extend
DoubleLinkedListNode), but the node content type is not specified.

Unfortunately, I don't know how to fix this as I am no generics expert either.

Eclipse generates a lot of other generics-related warnings, so it
could take a while to fix them.

> Thanks in advance.
> Bye, Thomas.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to