forked from SpoonLabs/coming
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gumtree used version is updated to 1.21
- Loading branch information
Showing
3 changed files
with
3 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,157 +1,3 @@ | ||
{ | ||
"instances": [ | ||
{ | ||
"revision": "cardumen", | ||
"repairability": [ | ||
{ | ||
"tool-name": "Cardumen", | ||
"pattern-name": "Cardumen;expression_replacement", | ||
"Unified_Diff_of-files:": "Starts Below...", | ||
"CHANGE_old:": " minRatioPositions.add(i);", | ||
"CHANGE_new:": " Precision.equals(entry, 0.0, maxUlps);", | ||
"instance_detail": [ | ||
{ | ||
"pattern_action": "UPD", | ||
"pattern_entity": { | ||
"entity_type": "Expression", | ||
"entity_new value": "*", | ||
"entity_role": "*", | ||
"entity_parent": "null" | ||
}, | ||
"concrete_change": { | ||
"operator": "UPD", | ||
"src_type": "Invocation", | ||
"dst_type": "Invocation", | ||
"src": "minRatioPositions.add(i)", | ||
"dst": "org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps)", | ||
"src_parent_type": "Block", | ||
"dst_parent_type": "Block", | ||
"src_parent": "{\r\n minRatioPositions.add(i);\r\n}", | ||
"dst_parent": "{\r\n org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps);\r\n}" | ||
}, | ||
"line": 104, | ||
"file": "D:\\Daneshgah\\phd-kth\\projects\\commit summarization\\template-based\\coming\\two", | ||
"stats": { | ||
"number_of_src_entities": 16, | ||
"number_of_dst_entities": 26, | ||
"src_entity_types": "[java.lang.Integer, int, java.util.List\u003cjava.lang.Integer\u003e, java.util.List]", | ||
"dst_entity_types": "[org.apache.commons.math3.util.Precision, double, org.apache.commons.math3.optimization.linear.SimplexSolver]" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"tool-name": "Cardumen", | ||
"pattern-name": "Cardumen;expression_replacement", | ||
"Unified_Diff_of-files:": "Starts Below...", | ||
"CHANGE_old:": " minRatioPositions.add(i);", | ||
"CHANGE_new:": " Precision.equals(entry, 0.0, maxUlps);", | ||
"instance_detail": [ | ||
{ | ||
"pattern_action": "UPD", | ||
"pattern_entity": { | ||
"entity_type": "Expression", | ||
"entity_new value": "*", | ||
"entity_role": "*", | ||
"entity_parent": "null" | ||
}, | ||
"concrete_change": { | ||
"operator": "UPD", | ||
"src_type": "VariableRead", | ||
"dst_type": "VariableRead", | ||
"src": "minRatioPositions", | ||
"dst": "entry", | ||
"src_parent_type": "Invocation", | ||
"dst_parent_type": "Invocation", | ||
"src_parent": "minRatioPositions.add(i)", | ||
"dst_parent": "org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps)" | ||
}, | ||
"line": 104, | ||
"file": "D:\\Daneshgah\\phd-kth\\projects\\commit summarization\\template-based\\coming\\two", | ||
"stats": { | ||
"number_of_src_entities": 6, | ||
"number_of_dst_entities": 3, | ||
"src_entity_types": "[java.lang.Integer, java.util.List\u003cjava.lang.Integer\u003e]", | ||
"dst_entity_types": "[double]" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"tool-name": "Cardumen", | ||
"pattern-name": "Cardumen;expression_replacement", | ||
"Unified_Diff_of-files:": "Starts Below...", | ||
"CHANGE_old:": " minRatioPositions.add(i);", | ||
"CHANGE_new:": " Precision.equals(entry, 0.0, maxUlps);", | ||
"instance_detail": [ | ||
{ | ||
"pattern_action": "UPD", | ||
"pattern_entity": { | ||
"entity_type": "Expression", | ||
"entity_new value": "*", | ||
"entity_role": "*", | ||
"entity_parent": "null" | ||
}, | ||
"concrete_change": { | ||
"operator": "UPD", | ||
"src_type": "Invocation", | ||
"dst_type": "Invocation", | ||
"src": "minRatioPositions.add(i)", | ||
"dst": "org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps)", | ||
"src_parent_type": "Block", | ||
"dst_parent_type": "Block", | ||
"src_parent": "{\r\n minRatio \u003d ratio;\r\n minRatioPositions \u003d new java.util.ArrayList\u003cjava.lang.Integer\u003e();\r\n minRatioPositions.add(i);\r\n}", | ||
"dst_parent": "{\r\n minRatio \u003d ratio;\r\n minRatioPositions \u003d new java.util.ArrayList\u003cjava.lang.Integer\u003e();\r\n org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps);\r\n}" | ||
}, | ||
"line": 108, | ||
"file": "D:\\Daneshgah\\phd-kth\\projects\\commit summarization\\template-based\\coming\\two", | ||
"stats": { | ||
"number_of_src_entities": 16, | ||
"number_of_dst_entities": 26, | ||
"src_entity_types": "[java.lang.Integer, int, java.util.List\u003cjava.lang.Integer\u003e, java.util.List]", | ||
"dst_entity_types": "[org.apache.commons.math3.util.Precision, double, org.apache.commons.math3.optimization.linear.SimplexSolver]" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"tool-name": "Cardumen", | ||
"pattern-name": "Cardumen;expression_replacement", | ||
"Unified_Diff_of-files:": "Starts Below...", | ||
"CHANGE_old:": " minRatioPositions.add(i);", | ||
"CHANGE_new:": " Precision.equals(entry, 0.0, maxUlps);", | ||
"instance_detail": [ | ||
{ | ||
"pattern_action": "UPD", | ||
"pattern_entity": { | ||
"entity_type": "Expression", | ||
"entity_new value": "*", | ||
"entity_role": "*", | ||
"entity_parent": "null" | ||
}, | ||
"concrete_change": { | ||
"operator": "UPD", | ||
"src_type": "VariableRead", | ||
"dst_type": "VariableRead", | ||
"src": "minRatioPositions", | ||
"dst": "entry", | ||
"src_parent_type": "Invocation", | ||
"dst_parent_type": "Invocation", | ||
"src_parent": "minRatioPositions.add(i)", | ||
"dst_parent": "org.apache.commons.math3.util.Precision.equals(entry, 0.0, maxUlps)" | ||
}, | ||
"line": 108, | ||
"file": "D:\\Daneshgah\\phd-kth\\projects\\commit summarization\\template-based\\coming\\two", | ||
"stats": { | ||
"number_of_src_entities": 6, | ||
"number_of_dst_entities": 3, | ||
"src_entity_types": "[java.lang.Integer, java.util.List\u003cjava.lang.Integer\u003e]", | ||
"dst_entity_types": "[double]" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
"instances": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters