388389390391392393394395396397398
CachedObject[] newAccessorList = new CachedObject[accessorList.length]; for (int i = 0; i < accessorList.length; i++) { long pos = pointerLookup.lookup(accessorList[i].getPos()); if (pos == -1) { throw Error.error(ErrorCode.DATA_FILE_ERROR); }