|
From: Lars H. <lh...@us...> - 2005-03-06 21:01:18
|
Update of /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17744/src/org/tmapiutils/query/tolog Modified Files: todo-log.txt Log Message: Removed getIndexManager() with getHelperObject(index.class) Index: todo-log.txt =================================================================== RCS file: /cvsroot/tmapi-utils/tmapi-utils/src/org/tmapiutils/query/tolog/todo-log.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo-log.txt 6 Mar 2005 18:26:37 -0000 1.1 --- todo-log.txt 6 Mar 2005 21:01:08 -0000 1.2 *************** *** 3,8 **** There are more ToDos, but this a beginning. :)) - - File: query\tolog\TologFragmentBuilderImpl.java line: 25 --- 3,6 ---- *************** *** 23,51 **** - File: query\tolog\predicates\AssociationRolePredicate.java - line: 62 - getParent() - Cannot resolve getParent - line: 77 - getParent() - Cannot resolve getParent - - - File: query\tolog\predicates\DirectInstanceOfPredicate.java - line: 70 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - - File: query\tolog\predicates\DynamicAssociationPredicate.java - line: 59 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 61 - getIndexManager() - Should become getHelperObject(IndexInterface.class) - line: 366 - getPlayers() - AssociationRole can have only one player - File: query\tolog\predicates\InstanceOfPredicate.java line: 23 --- 21,24 ---- |