Bugs item #1121502, was opened at 2005-02-12 16:04
Message generated for change (Comment added) made by sgarlatm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=700930&aid=1121502&group_id=124910
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Matt Sgarlata (sgarlatm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow the contents of untyped containers to be converted
Initial Comment:
Right now if you want to do a transformation of
something like PersonDAO[] -> PersonVO[], you have no
problem. If you want to do a transformation of
List<PersonDAO> -> List<PersonVO> you are out of luck.
There needs to be a way to do this both with JDK 1.5
parameterized types and with older JDKs that don't have
parameterized types.
----------------------------------------------------------------------
>Comment By: Matt Sgarlata (sgarlatm)
Date: 2005-06-15 12:25
Message:
Logged In: YES
user_id=1161666
Fixed for JDK 1.4
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=700930&aid=1121502&group_id=124910
|