From: SourceForge.net <no...@so...> - 2003-12-02 22:06:47
|
Bugs item #852340, was opened at 2003-12-01 21:48 Message generated for change (Comment added) made by kal_ahmed You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=852340&group_id=27895 Category: Utilities Group: CVS >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Florian G. Haas (haasfg) Assigned to: Nobody/Anonymous (nobody) Summary: SerializedTopicMapSource: incorrect source locators Initial Comment: When a SerializedTopicMapSource is instantiated using the SerializedTopicMapSource(File) or SerializedTopicMapSource(String) constructor, thereby leaving it up to the implementation to determine the appropriate base locator, that locator is not initialized correctly. Subsequently invoking the SerializedTopicMapSource's getLocator() method returns null. In contrast, when specifying the base locator explicitly, everything behaves as expected. Test case exposing this behavior (org.tm4j.topicmap.source.test.SerializedTopicMapSourceTest) to be committed shortly. ---------------------------------------------------------------------- >Comment By: Kal Ahmed (kal_ahmed) Date: 2003-12-02 22:06 Message: Logged In: YES user_id=176992 Fixed for SerializedTopicMapSource. This required a slight change to the interface too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=852340&group_id=27895 |