Update README.md
Browse files
README.md
CHANGED
|
@@ -23,8 +23,11 @@ Each row contains:
|
|
| 23 |
- `task_id`: Unique identifier for the task (in format: project_name-bug_id)
|
| 24 |
- `buggy_code`: The buggy implementation
|
| 25 |
- `fixed_code`: The correct implementation
|
| 26 |
-
- `
|
| 27 |
-
- `
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
### Source Data
|
| 30 |
|
|
|
|
| 23 |
- `task_id`: Unique identifier for the task (in format: project_name-bug_id)
|
| 24 |
- `buggy_code`: The buggy implementation
|
| 25 |
- `fixed_code`: The correct implementation
|
| 26 |
+
- `file_path`: Original file path in the Defects4J repository
|
| 27 |
+
- `issue_title`: Title of the bug
|
| 28 |
+
- `issue_description`: Description of the bug
|
| 29 |
+
- `start_line`: Start line of the buggy function
|
| 30 |
+
- `end_line`: End line of the buggy function
|
| 31 |
|
| 32 |
### Source Data
|
| 33 |
|