}
if (cruxScanner != null) {
logger.debug("About to create dataList");
int designSize = reportDesignList.size();
CruxResult result = null;
while ((result = cruxScanner.next()) != null) {
dataList.add(getCellList(reportDesignList, result));
}
logger.debug("DataList is populated closing scanner");
}