Find the bug

today , i find the bug , in old version,there is a object record  the count, bu in new code, these code has been removed.

 

 

if (_newDataObjects != null)

_newDataObjects.Add(obj.Guid, _cacheReader, oneResult.Result);

 

in new code, the  _newDataObjects  has been removed, so when we get count number, it's keep zero.

 

i will fix is tomorrow, because , there  is another object _cacheReader also been removed.

 

so i should see why _cacheReader remove.

posted on 2011-09-23 19:42  子虚乌有  阅读(183)  评论(0编辑  收藏  举报