Last modified: 2014-01-15 20:11:17 UTC
Almost always you want Status::isGood() not Status::isOk(). Each use of those functions needs to be checked in FileRepo, because I have found cases where I believe isGood() is more appropriate than isOk(). In addition in some cases the member variable $ok is accessed directly. This should be fixed to use one of the accessor methods.
LocalFileMoveBatch done in r83245; LocalFileRestoreBatch done earlier.
isOK() is grossly misleading, can we rename it?
Is there anything to do here?
No.