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 21:37:30 +03:00
"sha1": "fab9e0aec724df9646eee5367a1979f69fe1970f",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "27d01bc97666fd2fe19a5c52823810786a33ac59"
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 21:37:30 +03:00
"sha1": "27d01bc97666fd2fe19a5c52823810786a33ac59",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "5b31c44fcc3e9f6728afdb9fb95f10e473d19821"
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 21:37:30 +03:00
"sha1": "5b31c44fcc3e9f6728afdb9fb95f10e473d19821",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "dbd1c9946a39c2d6bcadd1cd0d61b44f9faedf4e"
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 21:37:30 +03:00
"sha1": "dbd1c9946a39c2d6bcadd1cd0d61b44f9faedf4e",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "957925125cdf93d1696fc85bceecb1a12fb77e0e"
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 21:37:30 +03:00
"sha1": "957925125cdf93d1696fc85bceecb1a12fb77e0e",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "b934e564b04bccdbabae4c3ec9706d7cefcebbce"
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 21:37:30 +03:00
"sha1": "b934e564b04bccdbabae4c3ec9706d7cefcebbce",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "08a3a68e2022166133d84b64d65633ab70e98406"
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 21:37:30 +03:00
"sha1": "08a3a68e2022166133d84b64d65633ab70e98406",
2016-11-02 17:50:05 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "539b2342fb439592df8f001e686ee4a1a76ff91b"
2016-11-02 17:50:05 +03:00
}]