-
Notifications
You must be signed in to change notification settings - Fork 7
/
junit4-ParentRunner-applyValidators.json
22 lines (22 loc) · 1.15 KB
/
junit4-ParentRunner-applyValidators.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"repositoryName": "junit4",
"repositoryWebURL": "https://github.com/junit-team/junit4.git",
"startCommitId": "02c328028b4d32c15bbf0becc9838e54ecbafcbf",
"filePath": "src/main/java/org/junit/runners/ParentRunner.java",
"functionName": "applyValidators",
"functionKey": "src/main/java/org.junit.runners.ParentRunner#applyValidators(List)",
"functionStartLine": 154,
"expectedChanges": [
{
"parentCommitId": "63743d52743cfdb104c38aabec192c8c86fadae0",
"commitId": "1d97da73fdafce8f5cf9d722f23c5cba41b26b70",
"commitTime": 1398129536,
"changeType": "introduced",
"elementFileBefore": "src/main/java/org/junit/runners/ParentRunner.java",
"elementNameBefore": "src/main/java/org.junit.runners.ParentRunner#applyValidators(List)",
"elementFileAfter": "src/main/java/org/junit/runners/ParentRunner.java",
"elementNameAfter": "src/main/java/org.junit.runners.ParentRunner#applyValidators(List)",
"comment": "Extract Method private applyValidators(errors List<Throwable>) : void extracted from protected collectInitializationErrors(errors List<Throwable>) : void in class org.junit.runners.ParentRunner"
}
]
}