Bugs item #2063141, was opened at 2008-08-20 17:25
Message generated for change (Settings changed) made by orangeherbert
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=700930&aid=2063141&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: Pending
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Matt Benson (orangeherbert)
Assigned to: Matt Benson (orangeherbert)
Summary: MapCopier breaks when source entry class is non-instantiable
Initial Comment:
Morph tries to instantiate/copy a map Entry when copying a map. As a node copier, MapCopier should actually try to deep-copy the Map Entry, but should also avoid trying to instantiate unknown Entry types, particularly because using a source and destination map of different types virtually guarantees the source entry class is not the correct one for the destination (this last point is actually moot because the Entry instance is not used directly, but reflected into the destination map via put(k, v) ).
----------------------------------------------------------------------
Comment By: Matt Benson (orangeherbert)
Date: 2008-08-21 11:05
Message:
Logged In: YES
user_id=120761
Originator: YES
svn revision 419.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=700930&aid=2063141&group_id=124910
|