From: SourceForge.net <no...@so...> - 2008-11-04 14:00:13
|
Bugs item #2221024, was opened at 2008-11-04 14:56 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 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: Core Group: tinyTiM 2.x Status: Open Resolution: None Priority: 9 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-04 15:00 Message: Test case! (possibly for TMAPI 2.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |