This commit is contained in:
Anil Koyuncu
2018-04-02 18:23:35 +02:00
parent a0d23eafa4
commit d9bb4aac24
@@ -52,7 +52,7 @@ public class FixedViolationHunkParser extends FixedViolationParser {
try {
String pj = diffentryFile.getParent().split("GumTreeInputBug4")[1];
String root = diffentryFile.getParent().split("GumTreeInputBug4")[0];
String hunkTreeFileName = root+pj.replace("DiffEntries","ActionSetDumps/") + diffentryFile.getName() + "_" + String.valueOf(hunkSet);
String hunkTreeFileName = root+"GumTreeOutput2/" +pj.replace("DiffEntries","ActionSetDumps/") + diffentryFile.getName() + "_" + String.valueOf(hunkSet);
f = new FileOutputStream(new File(hunkTreeFileName));
ObjectOutputStream o = new ObjectOutputStream(f);
o.writeObject(actionSet);