Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- defects4j-0000/environment/Dockerfile +0 -5
- defects4j-0000/instruction.md +0 -29
- defects4j-0001/environment/Dockerfile +0 -5
- defects4j-0001/instruction.md +0 -29
- defects4j-0002/environment/Dockerfile +0 -5
- defects4j-0002/instruction.md +0 -29
- defects4j-0003/environment/Dockerfile +0 -5
- defects4j-0003/instruction.md +0 -29
- defects4j-0004/environment/Dockerfile +0 -5
- defects4j-0004/instruction.md +0 -29
- defects4j-0005/environment/Dockerfile +0 -5
- defects4j-0005/instruction.md +0 -29
- defects4j-0006/environment/Dockerfile +0 -5
- defects4j-0006/instruction.md +0 -29
- defects4j-0007/environment/Dockerfile +0 -5
- defects4j-0007/instruction.md +0 -29
- defects4j-0008/environment/Dockerfile +0 -5
- defects4j-0008/instruction.md +0 -29
- defects4j-0009/environment/Dockerfile +0 -5
- defects4j-0009/instruction.md +0 -29
- defects4j-0010/environment/Dockerfile +0 -5
- defects4j-0010/instruction.md +0 -29
- defects4j-0011/environment/Dockerfile +0 -5
- defects4j-0011/instruction.md +0 -29
- defects4j-0012/environment/Dockerfile +0 -5
- defects4j-0012/instruction.md +0 -29
- defects4j-0013/environment/Dockerfile +0 -5
- defects4j-0013/instruction.md +0 -29
- defects4j-0014/environment/Dockerfile +0 -5
- defects4j-0014/instruction.md +0 -29
- defects4j-0015/environment/Dockerfile +0 -5
- defects4j-0015/instruction.md +0 -29
- defects4j-0016/environment/Dockerfile +0 -5
- defects4j-0016/instruction.md +0 -29
- defects4j-0017/environment/Dockerfile +0 -5
- defects4j-0017/instruction.md +0 -29
- defects4j-0018/environment/Dockerfile +0 -5
- defects4j-0018/instruction.md +0 -29
- defects4j-0019/environment/Dockerfile +0 -5
- defects4j-0019/instruction.md +0 -29
- defects4j-0020/environment/Dockerfile +0 -5
- defects4j-0020/instruction.md +0 -29
- defects4j-0021/environment/Dockerfile +0 -5
- defects4j-0021/instruction.md +0 -29
- defects4j-0022/environment/Dockerfile +0 -5
- defects4j-0022/instruction.md +0 -29
- defects4j-0023/environment/Dockerfile +0 -5
- defects4j-0023/instruction.md +0 -29
- defects4j-0024/environment/Dockerfile +0 -5
- defects4j-0024/instruction.md +0 -29
defects4j-0000/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0000/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-1
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 1
|
| 6 |
-
**Report ID:** 253
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-253.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 2353d807058bc2a20af279a480d6652cdf892f4d
|
| 11 |
-
**Fixed Revision ID:** 1dfad5043a207e032a78ef50c3cba50488bcd300
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-253.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 2353d807058bc2a20af279a480d6652cdf892f4d
|
| 27 |
-
- **Fixed Revision:** 1dfad5043a207e032a78ef50c3cba50488bcd300
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0001/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0001/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-2
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 2
|
| 6 |
-
**Report ID:** 884
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-884.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 61095090415cff7cae4f3645fa76ee7cdd3ee23d
|
| 11 |
-
**Fixed Revision ID:** d1cfe67977d8f3aaa85ec20c262171da394d5977
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-884.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 61095090415cff7cae4f3645fa76ee7cdd3ee23d
|
| 27 |
-
- **Fixed Revision:** d1cfe67977d8f3aaa85ec20c262171da394d5977
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0002/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0002/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-3
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 3
|
| 6 |
-
**Report ID:** 864
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-864.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 3cc85c3c37aa8bc834a4a86f91ddeb399d854024
|
| 11 |
-
**Fixed Revision ID:** d80fcc04239ab8c4cf781273c4f9bc54cf06f479
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-864.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 3cc85c3c37aa8bc834a4a86f91ddeb399d854024
|
| 27 |
-
- **Fixed Revision:** d80fcc04239ab8c4cf781273c4f9bc54cf06f479
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0003/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0003/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-4
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 4
|
| 6 |
-
**Report ID:** 873
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-873.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 1c95684b4a6add525b3070cbd27c234981520676
|
| 11 |
-
**Fixed Revision ID:** efefb736fccc2039b5fb079710b3f2ac82b8c6e4
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-873.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 1c95684b4a6add525b3070cbd27c234981520676
|
| 27 |
-
- **Fixed Revision:** efefb736fccc2039b5fb079710b3f2ac82b8c6e4
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0004/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0004/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-5
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 5
|
| 6 |
-
**Report ID:** 851
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-851.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 722d1192e7ed174a12911dce09594228e31240e9
|
| 11 |
-
**Fixed Revision ID:** 59eec92e364b2ec2cec9dd63449f5c0134983f18
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-851.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 722d1192e7ed174a12911dce09594228e31240e9
|
| 27 |
-
- **Fixed Revision:** 59eec92e364b2ec2cec9dd63449f5c0134983f18
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0005/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0005/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-6
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 6
|
| 6 |
-
**Report ID:** 635
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-635.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 929b1c8fb38d8a7145f6e6f96255a764d92f5b3c
|
| 11 |
-
**Fixed Revision ID:** 9f7a353385bf0b93cdaeaa56cc5b1450db790127
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-635.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 929b1c8fb38d8a7145f6e6f96255a764d92f5b3c
|
| 27 |
-
- **Fixed Revision:** 9f7a353385bf0b93cdaeaa56cc5b1450db790127
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0006/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0006/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-7
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 7
|
| 6 |
-
**Report ID:** 841
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-841.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** d93f2d5aaf346749eaa6ae1641a171aeb177de5d
|
| 11 |
-
**Fixed Revision ID:** e736b1c92981fafdc87f3f41f66918305f173734
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-841.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** d93f2d5aaf346749eaa6ae1641a171aeb177de5d
|
| 27 |
-
- **Fixed Revision:** e736b1c92981fafdc87f3f41f66918305f173734
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0007/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0007/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-8
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 8
|
| 6 |
-
**Report ID:** 820
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-820.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** e237d2643b102fbea616717806391f48e2ce506a
|
| 11 |
-
**Fixed Revision ID:** 6300a43566d4adcf8828128267808a8740edc835
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-820.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** e237d2643b102fbea616717806391f48e2ce506a
|
| 27 |
-
- **Fixed Revision:** 6300a43566d4adcf8828128267808a8740edc835
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0008/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0008/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-9
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 9
|
| 6 |
-
**Report ID:** 824
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-824.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 19233b94d925c331933feff6268dc2941fa988b1
|
| 11 |
-
**Fixed Revision ID:** e9c15465c000c19ef4e0b8f68a680589ae4111d7
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-824.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 19233b94d925c331933feff6268dc2941fa988b1
|
| 27 |
-
- **Fixed Revision:** e9c15465c000c19ef4e0b8f68a680589ae4111d7
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0009/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0009/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-10
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 10
|
| 6 |
-
**Report ID:** 821
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-821.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** f681fd8045bfa4a41f3a66c942b97fb04335b7cc
|
| 11 |
-
**Fixed Revision ID:** 0884a4cbef1c82153ef306477a12af0480385a35
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-821.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** f681fd8045bfa4a41f3a66c942b97fb04335b7cc
|
| 27 |
-
- **Fixed Revision:** 0884a4cbef1c82153ef306477a12af0480385a35
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0010/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0010/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-11
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 11
|
| 6 |
-
**Report ID:** 810
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-810.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** bbf1b138e20a36ca79b2a012ae145c943929a6dd
|
| 11 |
-
**Fixed Revision ID:** 482b767639e6eec7c30d8898851560c41b66d885
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-810.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** bbf1b138e20a36ca79b2a012ae145c943929a6dd
|
| 27 |
-
- **Fixed Revision:** 482b767639e6eec7c30d8898851560c41b66d885
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0011/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0011/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-12
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 12
|
| 6 |
-
**Report ID:** 794
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-794.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 919fda930ca242e2d1490e6413b601c8bad701b4
|
| 11 |
-
**Fixed Revision ID:** d06ac163013a3779fcec7c2f544ba99d08f69f58
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-794.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 919fda930ca242e2d1490e6413b601c8bad701b4
|
| 27 |
-
- **Fixed Revision:** d06ac163013a3779fcec7c2f544ba99d08f69f58
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0012/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0012/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-13
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 13
|
| 6 |
-
**Report ID:** 787
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-787.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 8b8c01a39b94069a9dac08b92c27dc9b9532ff7f
|
| 11 |
-
**Fixed Revision ID:** d6d733f461ee5ba26e9326c1c7609f1f00d6d2db
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-787.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 8b8c01a39b94069a9dac08b92c27dc9b9532ff7f
|
| 27 |
-
- **Fixed Revision:** d6d733f461ee5ba26e9326c1c7609f1f00d6d2db
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0013/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0013/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-14
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 14
|
| 6 |
-
**Report ID:** 779
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-779.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** b7c2861bf45b358b26ebc5ee1be9b6ce96bec78a
|
| 11 |
-
**Fixed Revision ID:** 4b15b25f400335b6e2820cb690430324748372f9
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-779.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** b7c2861bf45b358b26ebc5ee1be9b6ce96bec78a
|
| 27 |
-
- **Fixed Revision:** 4b15b25f400335b6e2820cb690430324748372f9
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0014/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0014/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-15
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 15
|
| 6 |
-
**Report ID:** 773
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-773.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** f9fbad23b8fb59464e395c164197750abb5db296
|
| 11 |
-
**Fixed Revision ID:** 968b3f467f51c6bfec18af1fbcf980a0f19a1fb3
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-773.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** f9fbad23b8fb59464e395c164197750abb5db296
|
| 27 |
-
- **Fixed Revision:** 968b3f467f51c6bfec18af1fbcf980a0f19a1fb3
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0015/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0015/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-16
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 16
|
| 6 |
-
**Report ID:** 772
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-772.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 33ab4df84afbdb36216b8a1ea3a526c438615e26
|
| 11 |
-
**Fixed Revision ID:** 3b97e5e4212c769daa22a96094ed19b4658c8760
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-772.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 33ab4df84afbdb36216b8a1ea3a526c438615e26
|
| 27 |
-
- **Fixed Revision:** 3b97e5e4212c769daa22a96094ed19b4658c8760
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0016/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0016/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-17
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 17
|
| 6 |
-
**Report ID:** 688
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-688.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** e5e1253ac6d43e26271cc658a42fdb1477454faf
|
| 11 |
-
**Fixed Revision ID:** 33ab4df84afbdb36216b8a1ea3a526c438615e26
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-688.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** e5e1253ac6d43e26271cc658a42fdb1477454faf
|
| 27 |
-
- **Fixed Revision:** 33ab4df84afbdb36216b8a1ea3a526c438615e26
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0017/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0017/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-18
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 18
|
| 6 |
-
**Report ID:** 768
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-768.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 686146c4de7d2bd985156ae15175365633dd0f94
|
| 11 |
-
**Fixed Revision ID:** ea119a2d06328852763f9ee447c3bf74fa1f83dc
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-768.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 686146c4de7d2bd985156ae15175365633dd0f94
|
| 27 |
-
- **Fixed Revision:** ea119a2d06328852763f9ee447c3bf74fa1f83dc
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0018/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0018/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-19
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 19
|
| 6 |
-
**Report ID:** 769
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-769.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 8d91f37d29abd8682e298a23f63b96f2f2def659
|
| 11 |
-
**Fixed Revision ID:** 686146c4de7d2bd985156ae15175365633dd0f94
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-769.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 8d91f37d29abd8682e298a23f63b96f2f2def659
|
| 27 |
-
- **Fixed Revision:** 686146c4de7d2bd985156ae15175365633dd0f94
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0019/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0019/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-20
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 20
|
| 6 |
-
**Report ID:** 759
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-759.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 7e98b9c9511d197ed572b73214814ccb546a4b78
|
| 11 |
-
**Fixed Revision ID:** ebf229b05f4ee71bc05d70830f5dd5683271d661
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-759.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 7e98b9c9511d197ed572b73214814ccb546a4b78
|
| 27 |
-
- **Fixed Revision:** ebf229b05f4ee71bc05d70830f5dd5683271d661
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0020/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0020/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-21
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 21
|
| 6 |
-
**Report ID:** 753
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-753.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** a9250a5aac439a72f71c248de07f042674fb2076
|
| 11 |
-
**Fixed Revision ID:** 1787d7b2cff83a0f177dd958033c53e4502406d2
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-753.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** a9250a5aac439a72f71c248de07f042674fb2076
|
| 27 |
-
- **Fixed Revision:** 1787d7b2cff83a0f177dd958033c53e4502406d2
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0021/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0021/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-22
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 22
|
| 6 |
-
**Report ID:** 753
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-753.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** c8e5f7acc524fe629f73876acfb463619a02f34b
|
| 11 |
-
**Fixed Revision ID:** 43a55234ef122a1ed98681ce0350506207b878d5
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-753.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** c8e5f7acc524fe629f73876acfb463619a02f34b
|
| 27 |
-
- **Fixed Revision:** 43a55234ef122a1ed98681ce0350506207b878d5
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0022/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0022/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-23
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 23
|
| 6 |
-
**Report ID:** 747
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-747.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 30a88df811879f5d389f56257c93ab5f740a0518
|
| 11 |
-
**Fixed Revision ID:** b59cdd9e2dc64d2db86b90982c200a78f2f85e50
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-747.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 30a88df811879f5d389f56257c93ab5f740a0518
|
| 27 |
-
- **Fixed Revision:** b59cdd9e2dc64d2db86b90982c200a78f2f85e50
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0023/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0023/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-24
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 24
|
| 6 |
-
**Report ID:** 737
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-737.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 59aac0b247db74ec7047132f368953935edd81b8
|
| 11 |
-
**Fixed Revision ID:** 70ca6014779735bdc52ca0e80e528257829a15e7
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-737.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 59aac0b247db74ec7047132f368953935edd81b8
|
| 27 |
-
- **Fixed Revision:** 70ca6014779735bdc52ca0e80e528257829a15e7
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0024/environment/Dockerfile
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
FROM ubuntu:24.04
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defects4j-0024/instruction.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
# Defects4J Bug Analysis: Closure-25
|
| 2 |
-
|
| 3 |
-
## Bug Information
|
| 4 |
-
**Project:** Closure
|
| 5 |
-
**Bug ID:** 25
|
| 6 |
-
**Report ID:** 729
|
| 7 |
-
**Report URL:** https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-729.json
|
| 8 |
-
|
| 9 |
-
## Revision Information
|
| 10 |
-
**Buggy Revision ID:** 372eb11e44b8559004bfe78a5b4003caf0072135
|
| 11 |
-
**Fixed Revision ID:** 2e904fcdc3bc09e3bff557fcfca383ba7e450095
|
| 12 |
-
|
| 13 |
-
## Code Changes
|
| 14 |
-
**Classes Modified:**
|
| 15 |
-
**Relevant Source Classes:**
|
| 16 |
-
**Relevant Test Classes:**
|
| 17 |
-
|
| 18 |
-
## Issue Description
|
| 19 |
-
Issue URL: https://storage.googleapis.com/google-code-archive/v2/code.google.com/closure-compiler/issues/issue-729.json
|
| 20 |
-
|
| 21 |
-
## Task
|
| 22 |
-
Fix the bug in the code.
|
| 23 |
-
|
| 24 |
-
### Repository Access
|
| 25 |
-
You can access the project repository and examine the buggy revision:
|
| 26 |
-
- **Buggy Revision:** 372eb11e44b8559004bfe78a5b4003caf0072135
|
| 27 |
-
- **Fixed Revision:** 2e904fcdc3bc09e3bff557fcfca383ba7e450095
|
| 28 |
-
|
| 29 |
-
Use git commands to checkout and compare these revisions to understand the changes made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|