1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00
semantic/test/corpus/diff-summaries/go/method-declarations.json
2016-11-02 18:46:48 -04:00

1061 lines
34 KiB
JSON

[{
"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"
],
"sha1": "2ea1c19db79be3e82e07639e2e6224b15480fab8",
"gitDir": "test/corpus/repos/go",
"sha2": "eec2d47cecd8025ef8878c326ea8650a8601dd56"
}
,{
"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"
],
"sha1": "eec2d47cecd8025ef8878c326ea8650a8601dd56",
"gitDir": "test/corpus/repos/go",
"sha2": "ded6675ab3ca5062d669aa41d6e985a06f12382b"
}
,{
"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"
],
"sha1": "ded6675ab3ca5062d669aa41d6e985a06f12382b",
"gitDir": "test/corpus/repos/go",
"sha2": "675f77d343e7912dc252d68040e0aa117814220f"
}
,{
"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"
],
"sha1": "675f77d343e7912dc252d68040e0aa117814220f",
"gitDir": "test/corpus/repos/go",
"sha2": "ecfd397ea42497202fd95826f32eb5a3defb7e9b"
}
,{
"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"
],
"sha1": "ecfd397ea42497202fd95826f32eb5a3defb7e9b",
"gitDir": "test/corpus/repos/go",
"sha2": "69204dec7c15fd26b5385e4cb90d98485eee92d7"
}
,{
"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"
],
"sha1": "69204dec7c15fd26b5385e4cb90d98485eee92d7",
"gitDir": "test/corpus/repos/go",
"sha2": "380a1f825bbbbc0f9ba0061c4e1f24d954cd815e"
}
,{
"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"
],
"sha1": "380a1f825bbbbc0f9ba0061c4e1f24d954cd815e",
"gitDir": "test/corpus/repos/go",
"sha2": "1782ed06f6f3526ceeeacb3125bc055283b1d980"
}]