From: SourceForge.net <no...@so...> - 2006-02-17 12:47:40
|
Bugs item #1433530, was opened at 2006-02-17 04:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1433530&group_id=27895 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: Utilities Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: TopicMapCopier forgets to copy VariantName(s) Initial Comment: The TopicMapCopier forgets to copy the VariantNames, it only copies the Variant(Container)s. Additionally the TopicMapCopier creates a lot of unused arrays (BaseName, Occurrence, Variant). The attached patch solves the above mentioned problems. With this patch applied the TopicMapCopier copies the Variants incl. variant names. Additionally the copying process is faster and uses less memory. The patch is against the CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1433530&group_id=27895 |