308309310311312313314315316317318
} else { reportFile = reportFile + ".temp"; } createReportFileThreadPool.execute( new CreateReportOperation(reportFile,report,entryResultPool,reports,countDownLatch,outputEncoding)); reportFiles.add(reportFile); } try {