From: Lars H. <lh...@us...> - 2005-03-07 12:32:10
|
Update of /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16920/src/org/tmapiutils/query/tolog Modified Files: todo-log.txt Log Message: More TM4J -> TMAPI translations Updated ToDo ResourcePredicate can handle Variants, too Index: todo-log.txt =================================================================== RCS file: /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog/todo-log.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** todo-log.txt 6 Mar 2005 23:38:11 -0000 1.6 --- todo-log.txt 7 Mar 2005 12:32:00 -0000 1.7 *************** *** 34,48 **** - File: query\tolog\predicates\TypePredicate.java - line: 170 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 172 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 174 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - File: query\tolog\predicates\ValueLikePredicate.java line: 114 --- 34,37 ---- *************** *** 50,119 **** Should become getHelperObject(IndexInterface.class) - File: query\tolog\predicates\ValuePredicate.java - line: 22 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 28 - VariantContainer - VariantContainer does not exist in TMAPI (a TopicName is a VariantContainer) - line: 90 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 91 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 125 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 126 - DataObject - DataObject has no equivalent in TMAPI (either an Occurrence or a Variant) - line: 152 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 154 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 156 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 189 - VariantContainer - VariantContainer does not exist in TMAPI (a TopicName is a VariantContainer) - - File: query\tolog\predicates\VariantPredicate.java - line: 22 - VariantContainer - VariantContainer does not exist in TMAPI (a TopicName is a VariantContainer) - line: 117 - VariantContainer - VariantContainer does not exist in TMAPI (a TopicName is a VariantContainer) - line: 117 - getParent() - Cannot resolve getParent - line: 119 - getParent() - Cannot resolve getParent - - - File: query\tolog\predicates\test\AssociationRolePredicateTest.java - line: 65 - getParent() - Cannot resolve getParent - line: 70 - getParent() - Cannot resolve getParent - line: 79 - getParent() - Cannot resolve getParent - line: 80 - getParent() - Cannot resolve getParent - line: 97 - getParent() - Cannot resolve getParent - line: 110 - getParent() - Cannot resolve getParent --- 39,42 ---- *************** *** 159,182 **** - File: query\tolog\predicates\test\PredicateTestBase.java - line: 20 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 21 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 22 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 36 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 51 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - line: 52 - TopicMapProvider - Usage of TopicMapProvider cannot be translated 1:1 to TopicMapSystem - File: query\tolog\predicates\test\TypePredicateTest.java --- 82,85 ---- |