-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcommons-io-CopyUtils-copy-input.json
47 lines (47 loc) · 2.71 KB
/
commons-io-CopyUtils-copy-input.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"repositoryName": "commons-io",
"repositoryWebURL": "https://github.com/apache/commons-io.git",
"filePath": "src/main/java/org/apache/commons/io/CopyUtils.java",
"functionName": "copy",
"functionKey": "src/main/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)",
"functionStartLine": 128,
"variableName": "input",
"variableKey": "src/main/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](134)",
"variableStartLine": 134,
"startCommitId": "559de2c461e94ab636c959149c775bb27111fb48",
"expectedChanges": [
{
"parentCommitId": "efca1657258b7555b80bbee207a3221489b9ffed",
"commitId": "6aa00766b9103d75c763160280429af8e1f0549e",
"commitTime": 1354308699,
"changeType": "modifier change",
"elementFileBefore": "src/main/java/org/apache/commons/io/CopyUtils.java",
"elementNameBefore": "src/main/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](134)",
"elementFileAfter": "src/main/java/org/apache/commons/io/CopyUtils.java",
"elementNameAfter": "src/main/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](134)",
"comment": "Add Parameter Modifier final in parameter input : byte[] in method public copy(input byte[], output OutputStream) : void from class org.apache.commons.io.CopyUtils"
},
{
"parentCommitId": "a330996bf5514705e476d491069b1a4a65794023",
"commitId": "d5e24a4f1a2ff0e5c565f5b78fc0691e639b876e",
"commitTime": 1072767169,
"changeType": "modifier change",
"elementFileBefore": "src/java/org/apache/commons/io/CopyUtils.java",
"elementNameBefore": "src/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](96)",
"elementFileAfter": "src/java/org/apache/commons/io/CopyUtils.java",
"elementNameAfter": "src/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](96)",
"comment": "Remove Parameter Modifier final in parameter input : byte[] in method public copy(input byte[], output OutputStream) : void from class org.apache.commons.io.CopyUtils"
},
{
"parentCommitId": "f7908eb02597c52643d6def150ff52d97a7e22db",
"commitId": "6a1bb4d53562a50bbaad48ee2c94971649e24cf5",
"commitTime": 1061491248,
"changeType": "introduced",
"elementFileBefore": "src/java/org/apache/commons/io/CopyUtils.java",
"elementNameBefore": "src/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](96)",
"elementFileAfter": "src/java/org/apache/commons/io/CopyUtils.java",
"elementNameAfter": "src/java/org.apache.commons.io.CopyUtils#copy(byte[], OutputStream)$input:byte[](96)",
"comment": "added with method"
}
]
}