You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2009/01/03 05:58:18 UTC

svn commit: r730910 - /ibatis/trunk/java/ibatis-3/TODO

Author: cbegin
Date: Fri Jan  2 20:58:18 2009
New Revision: 730910

URL: http://svn.apache.org/viewvc?rev=730910&view=rev
Log:
updated TODO

Modified:
    ibatis/trunk/java/ibatis-3/TODO

Modified: ibatis/trunk/java/ibatis-3/TODO
URL: http://svn.apache.org/viewvc/ibatis/trunk/java/ibatis-3/TODO?rev=730910&r1=730909&r2=730910&view=diff
==============================================================================
--- ibatis/trunk/java/ibatis-3/TODO (original)
+++ ibatis/trunk/java/ibatis-3/TODO Fri Jan  2 20:58:18 2009
@@ -2,18 +2,15 @@
  * Duplicate element IDs are clobbering each other in config
  * Need to report on lookups of nonexisting config elements (e.g. config.getMappedStatement)
  * Statement (other elements?) not found does not fail gracefully
- * Improved Error Messages
- * Exception hierarchy returned from exceptionfactory
 
-Incomplete
+Parameter Maps
  * Named parameter parsing/merging
- * Loosely bound cache id to instance
-   - (perhaps use late-binding lookup proxies for all config elements?)
 
 API
  * Mapper Interface Binding
 
 Testing
+ * Improve test coverage
  * Functional tests
  * Perf/Threaded Integration Tests