Remove the try statement.
This commit is contained in:
@@ -47,14 +47,9 @@ public class MineFixPatternWorker extends UntypedActor {
|
||||
continue;
|
||||
}
|
||||
Miner miner = new Miner();
|
||||
try {
|
||||
miner.mineFixPatterns(prevFile, revFile, diffentryFile);
|
||||
editScripts.append(miner.getAstEditScripts());
|
||||
patchesSourceCode.append(miner.getPatchesSourceCode());
|
||||
} catch (Exception e) {
|
||||
System.out.println("Revised File:" + revFile.getPath());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
FileHelper.outputToFile(editScriptsFilePath + "edistScripts" + msg.getId() + ".list", editScripts, false);
|
||||
|
||||
Reference in New Issue
Block a user