[Joafip-svn] SF.net SVN: joafip:[2967] trunk/joafip/doc
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2011-11-12 16:56:58
|
Revision: 2967
http://joafip.svn.sourceforge.net/joafip/?rev=2967&view=rev
Author: luc_peuvrier
Date: 2011-11-12 16:56:52 +0000 (Sat, 12 Nov 2011)
Log Message:
-----------
todo update. doc for debug added
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Added Paths:
-----------
trunk/joafip/doc/_bug_tree.txt
trunk/joafip/doc/missing.txt
Added: trunk/joafip/doc/_bug_tree.txt
===================================================================
--- trunk/joafip/doc/_bug_tree.txt (rev 0)
+++ trunk/joafip/doc/_bug_tree.txt 2011-11-12 16:56:52 UTC (rev 2967)
@@ -0,0 +1,12 @@
+in memory : ok
+auto save:
+----------
+block file heap manager no cache --- ok?
+block file heap manager cache ------ ok?
+multi file ------------------------- ok?
+heap file data manager no cache ---- ko
+heap file data manager cache ------- ko
+dual bloxk/heapfile heap manager --- ko
+- no cache
+no auto save:
+-------------
\ No newline at end of file
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2011-11-12 16:55:23 UTC (rev 2966)
+++ trunk/joafip/doc/_todo.txt 2011-11-12 16:56:52 UTC (rev 2967)
@@ -21,7 +21,9 @@
- project divided on sub project
- export speed up
- kept in memory for object referenced by static field
-- check field access constraints, direct field access disallow to force use of getter and/or setter
+- persisted class byte code checked for persistence constraints
+-- check field access constraints, direct field access disallow to force use of getter and/or setter
+-- check private method invocation of other instance
- static field persistence feature removed because a non sense
minor changes:
@@ -77,22 +79,22 @@
currently:
-------------------------------------------------------------------------------------
-persistence constraint check at enhancement for proxy creation
-==> update http://joafip.sourceforge.net/presentation/ppojo.html#prules
-- check done at enhancement -> exception
--- check direct field access
--- check private method invocation
+auto save problems with jhupedom:
+- HeapFileDataManager problem ?
-upgrade Maven plugins :
-maven-jar-plugin ..................................... 2.3.1 -> 2.3.2
-[INFO] maven-javadoc-plugin ..................................... 2.7 -> 2.8
-[INFO] maven-release-plugin ................................... 2.1 -> 2.2.1
-[INFO] org.codehaus.mojo:build-helper-maven-plugin .............. 1.5 -> 1.7
-[INFO] org.codehaus.mojo:buildnumber-maven-plugin ........ 1.0-beta-4 -> 1.0
-[INFO] org.codehaus.mojo:exec-maven-plugin .................... 1.2 -> 1.2.1
+export/import problem.
+- test with BlockDataManger
+- no more static field management
+xml file for export:
+ bad namespace xmlns="http://joafip.sourceforge.net/schema"
+ should be xmlns="http://joafip.sourceforge.net"
+ may be /joafip/src/main/java/net/sf/joafip/store/service/export_import/joafip.xsd to update
-export/import problem.
+BlockDataManger
+- test performance with cache, if ok it is a good alternative but:
+ - big file, do not reuse free space
+ - fixed max data record length
garbage management error with jhupedom
Added: trunk/joafip/doc/missing.txt
===================================================================
--- trunk/joafip/doc/missing.txt (rev 0)
+++ trunk/joafip/doc/missing.txt 2011-11-12 16:56:52 UTC (rev 2967)
@@ -0,0 +1,6 @@
+
+using BKM:
+missing list=[108738, 118200, 132948, 142808, 165872]
+
+using HeapFileDataManager:
+missing list=[108738, 118200, 132948, 142808, 165872]
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|