- ensuring that ordered indexes stay ordered during remove
- no unnecessary ordering checks
- better test logic in crawl stacker
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5457 6c8d7289-2bf4-0310-a012-ef5d649a1542
super.removeRow(index,true);// keep order of collection!
intfindagainindex=0;
assert(findagainindex=find(a,start,length))<0:"remove: chunk found again at index position (after remove) "+findagainindex+", index(before) = "+index+", inset="+serverLog.arrayList(super.chunkcache,super.rowdef.objectsize*findagainindex,length)+", searchkey="+serverLog.arrayList(a,start,length);// check if the remove worked
returnentry;
@ -268,7 +268,7 @@ public class kelondroRowSet extends kelondroRowCollection implements kelondroInd