cmGenEngine.compileMutants();
TraditionalMutantsGenerator tmGenEngine;
tmGenEngine = new TraditionalMutantsGenerator(original_file,tradops);
tmGenEngine.makeMutants();
tmGenEngine.compileMutants();
}catch(OpenJavaException oje){
System.out.println("[OJException] " + file_name + " " + oje.toString());
//System.out.println("Can't generate mutants for " +file_name + " because OpenJava " + oje.getMessage());
deleteDirectory();