You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,23 @@
1
1
# FixBench
2
2
3
-
## Description
4
3
A benchmark for example-based program transformation with bug-fixing code changes.
5
4
5
+
*[All](https://github.com/Example-based-Program-Transformation/FixBench/tree/master/All): All code changes (i.e., complete benchmark).
6
+
*[WithinSingleMethod](https://github.com/Example-based-Program-Transformation/FixBench/tree/master/WithinSingleMethod): All code changes within single method.
7
+
8
+
## Example
9
+
An Example Code Change for Fixing Null Pointer Dereference in **FixBench**[[Original GitHub](https://github.com/orientechnologies/orientdb/commit/529e81f4211096e6468a51d8bbd8968b60156762)]
0 commit comments