Remove the data which are useless for current situation.
This commit is contained in:
@@ -156,10 +156,10 @@ public class SingleStatementParser {
|
|||||||
String semiSourceCodeEditScripts = getSemiSourceCodeEditScripts(actionSet);
|
String semiSourceCodeEditScripts = getSemiSourceCodeEditScripts(actionSet);
|
||||||
|
|
||||||
|
|
||||||
this.buggyTrees += Configuration.BUGGY_TREE_TOKEN + "\n" + simpleTree.toString() + "\n";
|
// this.buggyTrees += Configuration.BUGGY_TREE_TOKEN + "\n" + simpleTree.toString() + "\n";
|
||||||
this.tokensOfSourceCode += getTokensDeepFirst(simpleTree).trim() + "\n";
|
this.tokensOfSourceCode += getTokensDeepFirst(simpleTree).trim() + "\n";
|
||||||
this.actionSets += Configuration.BUGGY_TREE_TOKEN + "\n" + readActionSet(actionSet, "") + "\n";
|
// this.actionSets += Configuration.BUGGY_TREE_TOKEN + "\n" + readActionSet(actionSet, "") + "\n";
|
||||||
this.originalTree += Configuration.BUGGY_TREE_TOKEN + "\n" + actionSet.getOriginalTree().toString() + "\n";
|
// this.originalTree += Configuration.BUGGY_TREE_TOKEN + "\n" + actionSet.getOriginalTree().toString() + "\n";
|
||||||
|
|
||||||
// Source Code of patches.
|
// Source Code of patches.
|
||||||
String patchSourceCode = getPatchSourceCode(hunk, startLine, endLine, startLine2, endLine2);
|
String patchSourceCode = getPatchSourceCode(hunk, startLine, endLine, startLine2, endLine2);
|
||||||
|
|||||||
Reference in New Issue
Block a user