From: Lars H. <lh...@us...> - 2005-03-09 12:40:33
|
Update of /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2232/src/org/tmapiutils/query/tolog Modified Files: todo-log.txt Log Message: - All predicates and predicate tests now compile - TMAPI compatible enhancements in /parser directory - Updated ToDo Index: todo-log.txt =================================================================== RCS file: /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog/todo-log.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** todo-log.txt 8 Mar 2005 12:33:39 -0000 1.9 --- todo-log.txt 9 Mar 2005 12:40:20 -0000 1.10 *************** *** 22,109 **** - File: query\tolog\predicates\InstanceOfPredicate.java - line: 23 - TopicMapUtils - Usage of org.tm4j.topicmap.TopicMapUtils (has become org.tmapi.core.TopicMapUtils!) - line: 35 - TopicMapUtils - Usage of org.tm4j.topicmap.TopicMapUtils (has become org.tmapi.core.TopicMapUtils!) - line: 167 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - - - File: query\tolog\predicates\test\DirectInstanceOfPredicateTest.java - line: 18 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 19 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 20 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 35 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 114 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 115 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - - - File: query\tolog\predicates\test\DynamicAssociationPredicateTest.java - line: 28 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 29 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 30 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 41 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 142 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 143 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - - - File: query\tolog\predicates\test\ValueLikePredicateTest.java - line: 25 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 26 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 107 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 108 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 113 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - - - File: query\tolog\predicates\test\ValuePredicateTest.java - line: 21 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 165 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 166 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - - File: query\tolog\test\MemoryQueryEvaluatorImplTest.java line: 28 --- 22,25 ---- *************** *** 133,189 **** - File: query\tolog\test\ProjectionTest.java - line: 31 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 32 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 33 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 45 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 103 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 104 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - - - File: query\tolog\test\SortingTest.java - line: 23 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 24 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 26 - IDGeneratorFactory - Has become org.tmapi.core.utils.IDGeneratorFactory - line: 34 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 43 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 44 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 45 - IDGeneratorFactory - Has become org.tmapi.core.utils.IDGeneratorFactory - line: 126 - createName - Must become "createTopicName" - line: 128 - createName - Must become "createTopicName" - line: 130 - createName - Must become "createTopicName" - File: query\tolog\test\TologParserTest.java --- 49,52 ---- |