1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 15:35:14 +03:00
semantic/test/corpus/diff-summaries/go/method-declarations.json

1061 lines
34 KiB
JSON
Raw Normal View History

2016-11-02 17:50:05 +03:00
[{
"testCaseDescription": "go-method-declarations-insert-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"insert": {
"start": [
3,
7
],
"end": [
3,
11
]
}
},
"summary": "Added the 'self' identifier"
},
{
"span": {
"insert": {
"start": [
3,
12
],
"end": [
3,
18
]
}
},
"summary": "Added the 'Person' identifier"
},
{
"span": {
"insert": {
"start": [
3,
20
],
"end": [
3,
26
]
}
},
"summary": "Added the 'Equals' identifier"
},
{
"span": {
"insert": {
"start": [
3,
27
],
"end": [
3,
32
]
}
},
"summary": "Added the 'other' identifier"
},
{
"span": {
"insert": {
"start": [
3,
33
],
"end": [
3,
39
]
}
},
"summary": "Added the 'Person' identifier"
},
{
"span": {
"insert": {
"start": [
3,
41
],
"end": [
3,
45
]
}
},
"summary": "Added the 'bool' identifier"
},
{
"span": {
"insert": {
"start": [
3,
46
],
"end": [
3,
48
]
}
},
"summary": "Added the '{}' block"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "90b8a8d4df56e69cb6479313c11d87a7d06e982f",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "815f2f66984b4fdced2582cca939d90801e21065"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-replacement-insert-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"insert": {
"start": [
3,
7
],
"end": [
3,
11
]
}
},
"summary": "Added the 'self' identifier"
},
{
"span": {
"insert": {
"start": [
3,
12
],
"end": [
3,
15
]
}
},
"summary": "Added the 'Num' identifier"
},
{
"span": {
"insert": {
"start": [
3,
17
],
"end": [
3,
23
]
}
},
"summary": "Added the 'Equals' identifier"
},
{
"span": {
"insert": {
"start": [
3,
24
],
"end": [
3,
29
]
}
},
"summary": "Added the 'other' identifier"
},
{
"span": {
"insert": {
"start": [
3,
30
],
"end": [
3,
33
]
}
},
"summary": "Added the 'Num' identifier"
},
{
"span": {
"insert": {
"start": [
3,
35
],
"end": [
3,
39
]
}
},
"summary": "Added the 'bool' identifier"
},
{
"span": {
"insert": {
"start": [
3,
40
],
"end": [
3,
42
]
}
},
"summary": "Added the '{}' block"
},
{
"span": {
"insert": {
"start": [
4,
7
],
"end": [
4,
11
]
}
},
"summary": "Added the 'self' identifier"
},
{
"span": {
"insert": {
"start": [
4,
12
],
"end": [
4,
18
]
}
},
"summary": "Added the 'Person' identifier"
},
{
"span": {
"insert": {
"start": [
4,
20
],
"end": [
4,
26
]
}
},
"summary": "Added the 'Equals' identifier"
},
{
"span": {
"insert": {
"start": [
4,
27
],
"end": [
4,
32
]
}
},
"summary": "Added the 'other' identifier"
},
{
"span": {
"insert": {
"start": [
4,
33
],
"end": [
4,
39
]
}
},
"summary": "Added the 'Person' identifier"
},
{
"span": {
"insert": {
"start": [
4,
41
],
"end": [
4,
45
]
}
},
"summary": "Added the 'bool' identifier"
},
{
"span": {
"insert": {
"start": [
4,
46
],
"end": [
4,
48
]
}
},
"summary": "Added the '{}' block"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "815f2f66984b4fdced2582cca939d90801e21065",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "ac4b6076c35e56ddaae4d1625bb17769d560c5f0"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-delete-insert-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"replace": [
{
"start": [
3,
12
],
"end": [
3,
15
]
},
{
"start": [
3,
12
],
"end": [
3,
18
]
}
]
},
"summary": "Replaced the 'Num' identifier with the 'Person' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
30
],
"end": [
3,
33
]
},
{
"start": [
3,
33
],
"end": [
3,
39
]
}
]
},
"summary": "Replaced the 'Num' identifier with the 'Person' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "ac4b6076c35e56ddaae4d1625bb17769d560c5f0",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "0cfd9134c7481bad232eb9753277958651fcd1b5"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-replacement-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"replace": [
{
"start": [
3,
12
],
"end": [
3,
18
]
},
{
"start": [
3,
12
],
"end": [
3,
15
]
}
]
},
"summary": "Replaced the 'Person' identifier with the 'Num' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
33
],
"end": [
3,
39
]
},
{
"start": [
3,
30
],
"end": [
3,
33
]
}
]
},
"summary": "Replaced the 'Person' identifier with the 'Num' identifier"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "0cfd9134c7481bad232eb9753277958651fcd1b5",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "7427ab0c8cbfd6106f5c6201c7899e20e0bf3949"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-delete-replacement-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
7
],
"end": [
3,
11
]
}
},
"summary": "Deleted the 'self' identifier"
},
{
"span": {
"delete": {
"start": [
3,
12
],
"end": [
3,
15
]
}
},
"summary": "Deleted the 'Num' identifier"
},
{
"span": {
"delete": {
"start": [
3,
17
],
"end": [
3,
23
]
}
},
"summary": "Deleted the 'Equals' identifier"
},
{
"span": {
"delete": {
"start": [
3,
24
],
"end": [
3,
29
]
}
},
"summary": "Deleted the 'other' identifier"
},
{
"span": {
"delete": {
"start": [
3,
30
],
"end": [
3,
33
]
}
},
"summary": "Deleted the 'Num' identifier"
},
{
"span": {
"delete": {
"start": [
3,
35
],
"end": [
3,
39
]
}
},
"summary": "Deleted the 'bool' identifier"
},
{
"span": {
"delete": {
"start": [
3,
40
],
"end": [
3,
42
]
}
},
"summary": "Deleted the '{}' block"
},
{
"span": {
"delete": {
"start": [
4,
7
],
"end": [
4,
11
]
}
},
"summary": "Deleted the 'self' identifier"
},
{
"span": {
"delete": {
"start": [
4,
12
],
"end": [
4,
18
]
}
},
"summary": "Deleted the 'Person' identifier"
},
{
"span": {
"delete": {
"start": [
4,
20
],
"end": [
4,
26
]
}
},
"summary": "Deleted the 'Equals' identifier"
},
{
"span": {
"delete": {
"start": [
4,
27
],
"end": [
4,
32
]
}
},
"summary": "Deleted the 'other' identifier"
},
{
"span": {
"delete": {
"start": [
4,
33
],
"end": [
4,
39
]
}
},
"summary": "Deleted the 'Person' identifier"
},
{
"span": {
"delete": {
"start": [
4,
41
],
"end": [
4,
45
]
}
},
"summary": "Deleted the 'bool' identifier"
},
{
"span": {
"delete": {
"start": [
4,
46
],
"end": [
4,
48
]
}
},
"summary": "Deleted the '{}' block"
},
{
"span": {
"insert": {
"start": [
4,
7
],
"end": [
4,
11
]
}
},
"summary": "Added the 'self' identifier"
},
{
"span": {
"insert": {
"start": [
4,
12
],
"end": [
4,
15
]
}
},
"summary": "Added the 'Num' identifier"
},
{
"span": {
"insert": {
"start": [
4,
17
],
"end": [
4,
23
]
}
},
"summary": "Added the 'Equals' identifier"
},
{
"span": {
"insert": {
"start": [
4,
24
],
"end": [
4,
29
]
}
},
"summary": "Added the 'other' identifier"
},
{
"span": {
"insert": {
"start": [
4,
30
],
"end": [
4,
33
]
}
},
"summary": "Added the 'Num' identifier"
},
{
"span": {
"insert": {
"start": [
4,
35
],
"end": [
4,
39
]
}
},
"summary": "Added the 'bool' identifier"
},
{
"span": {
"insert": {
"start": [
4,
40
],
"end": [
4,
42
]
}
},
"summary": "Added the '{}' block"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "7427ab0c8cbfd6106f5c6201c7899e20e0bf3949",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "6c7e2e28318f79e6c06c8d3806f5c0e2dde219df"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-delete-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
7
],
"end": [
3,
11
]
}
},
"summary": "Deleted the 'self' identifier"
},
{
"span": {
"delete": {
"start": [
3,
12
],
"end": [
3,
18
]
}
},
"summary": "Deleted the 'Person' identifier"
},
{
"span": {
"delete": {
"start": [
3,
20
],
"end": [
3,
26
]
}
},
"summary": "Deleted the 'Equals' identifier"
},
{
"span": {
"delete": {
"start": [
3,
27
],
"end": [
3,
32
]
}
},
"summary": "Deleted the 'other' identifier"
},
{
"span": {
"delete": {
"start": [
3,
33
],
"end": [
3,
39
]
}
},
"summary": "Deleted the 'Person' identifier"
},
{
"span": {
"delete": {
"start": [
3,
41
],
"end": [
3,
45
]
}
},
"summary": "Deleted the 'bool' identifier"
},
{
"span": {
"delete": {
"start": [
3,
46
],
"end": [
3,
48
]
}
},
"summary": "Deleted the '{}' block"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "6c7e2e28318f79e6c06c8d3806f5c0e2dde219df",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "72550223416c6ca59de54e1cb263d3fe6678a08c"
2016-11-02 17:50:05 +03:00
}
,{
"testCaseDescription": "go-method-declarations-delete-rest-test",
"expectedResult": {
"changes": {
"method-declarations.go": [
{
"span": {
"delete": {
"start": [
3,
7
],
"end": [
3,
11
]
}
},
"summary": "Deleted the 'self' identifier"
},
{
"span": {
"delete": {
"start": [
3,
12
],
"end": [
3,
15
]
}
},
"summary": "Deleted the 'Num' identifier"
},
{
"span": {
"delete": {
"start": [
3,
17
],
"end": [
3,
23
]
}
},
"summary": "Deleted the 'Equals' identifier"
},
{
"span": {
"delete": {
"start": [
3,
24
],
"end": [
3,
29
]
}
},
"summary": "Deleted the 'other' identifier"
},
{
"span": {
"delete": {
"start": [
3,
30
],
"end": [
3,
33
]
}
},
"summary": "Deleted the 'Num' identifier"
},
{
"span": {
"delete": {
"start": [
3,
35
],
"end": [
3,
39
]
}
},
"summary": "Deleted the 'bool' identifier"
},
{
"span": {
"delete": {
"start": [
3,
40
],
"end": [
3,
42
]
}
},
"summary": "Deleted the '{}' block"
}
]
},
"errors": {}
},
"filePaths": [
"method-declarations.go"
],
2016-11-02 22:13:54 +03:00
"sha1": "72550223416c6ca59de54e1cb263d3fe6678a08c",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 22:13:54 +03:00
"sha2": "7375306bcf77cb08c3af92d3d7ed893e7b6808bb"
2016-11-02 17:50:05 +03:00
}]