Bugs item #1435978, was opened at 2006-02-21 16:37
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=1435978&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Heuer (lheuer)
Assigned to: Nobody/Anonymous (nobody)
Summary: TMAPITopicNamesIndex returns wrong get..ByType(null) result
Initial Comment:
The TopicNamesIndex returns even for
Collection coll = tnIdx.getTopicNamesByType(null);
an empty collection.
This is wrong because it has to return all untyped
topic names (this currently means ALL topic names
contained in the topic map).
The attached patch fixes this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1435978&group_id=27895
|