14021403140414051406140714081409141014111412
try { ois = new ObjectInputStream(new FileInputStream(driverResult.getGenerationLog().getFile())); while (true) { try { Path p = (Path) ois.readObject(); FileCommands.delete(p); } catch (ClassNotFoundException e) { } } } catch (EOFException e) {