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/switch-statements.json

1166 lines
38 KiB
JSON
Raw Normal View History

2016-11-02 05:05:43 +03:00
[{
"testCaseDescription": "go-switch-statements-insert-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"insert": {
"start": [
3,
15
],
"end": [
3,
16
]
}
},
"summary": "Added the 'x' identifier"
},
{
"span": {
"insert": {
"start": [
3,
19
],
"end": [
3,
20
]
}
},
"summary": "Added the 'y' identifier"
},
{
"span": {
"insert": {
"start": [
3,
22
],
"end": [
3,
26
]
}
},
"summary": "Added the 'f1()' function call"
},
{
"span": {
"insert": {
"start": [
4,
6
],
"end": [
4,
7
]
}
},
"summary": "Added the 'x' identifier"
},
{
"span": {
"insert": {
"start": [
4,
10
],
"end": [
4,
11
]
}
},
"summary": "Added the 'z' identifier"
},
{
"span": {
"insert": {
"start": [
4,
13
],
"end": [
4,
16
]
}
},
"summary": "Added the 'g()' function call"
},
{
"span": {
"insert": {
"start": [
5,
6
],
"end": [
5,
7
]
}
},
"summary": "Added the 'x' identifier"
},
{
"span": {
"insert": {
"start": [
5,
11
],
"end": [
5,
12
]
}
},
"summary": "Added the '4'"
},
{
"span": {
"insert": {
"start": [
5,
14
],
"end": [
5,
17
]
}
},
"summary": "Added the 'h()' function call"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "201fd290f19184f934742f0a871f7a60e08ac617",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "594fef69c62509da593cb28dec4b041a8c195af2"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-replacement-insert-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"replace": [
{
"start": [
1,
1
],
"end": [
7,
1
]
},
{
"start": [
1,
1
],
"end": [
1,
13
]
}
]
},
"summary": "Replaced the 'main' module statement with the 'main' module statement"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "594fef69c62509da593cb28dec4b041a8c195af2",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "bf0bf30e63d7f742b01826c60df91d5d16ac93da"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-delete-insert-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"replace": [
{
"start": [
3,
15
],
"end": [
3,
16
]
},
{
"start": [
3,
15
],
"end": [
3,
16
]
}
]
},
"summary": "Replaced the 'a' identifier with the 'x' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
19
],
"end": [
3,
20
]
},
{
"start": [
3,
19
],
"end": [
3,
20
]
}
]
},
"summary": "Replaced the 'b' identifier with the 'y' identifier"
},
{
"span": {
"replace": [
{
"start": [
4,
6
],
"end": [
4,
7
]
},
{
"start": [
4,
6
],
"end": [
4,
7
]
}
]
},
"summary": "Replaced the 'c' identifier with the 'x' identifier"
},
{
"span": {
"replace": [
{
"start": [
4,
10
],
"end": [
4,
11
]
},
{
"start": [
4,
10
],
"end": [
4,
11
]
}
]
},
"summary": "Replaced the 'd' identifier with the 'z' identifier"
},
{
"span": {
"replace": [
{
"start": [
5,
6
],
"end": [
5,
7
]
},
{
"start": [
5,
6
],
"end": [
5,
7
]
}
]
},
"summary": "Replaced the 'e' identifier with the 'x' identifier"
},
{
"span": {
"replace": [
{
"start": [
5,
14
],
"end": [
5,
15
]
},
{
"start": [
5,
14
],
"end": [
5,
15
]
}
]
},
"summary": "Replaced the 'f' identifier with the 'h' identifier in the h() function call"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "bf0bf30e63d7f742b01826c60df91d5d16ac93da",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "f6d89ed06e8d5cff27f8399256c0a9fe1545e34c"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-replacement-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"replace": [
{
"start": [
3,
15
],
"end": [
3,
16
]
},
{
"start": [
3,
15
],
"end": [
3,
16
]
}
]
},
"summary": "Replaced the 'x' identifier with the 'a' identifier"
},
{
"span": {
"replace": [
{
"start": [
3,
19
],
"end": [
3,
20
]
},
{
"start": [
3,
19
],
"end": [
3,
20
]
}
]
},
"summary": "Replaced the 'y' identifier with the 'b' identifier"
},
{
"span": {
"replace": [
{
"start": [
4,
6
],
"end": [
4,
7
]
},
{
"start": [
4,
6
],
"end": [
4,
7
]
}
]
},
"summary": "Replaced the 'x' identifier with the 'c' identifier"
},
{
"span": {
"replace": [
{
"start": [
4,
10
],
"end": [
4,
11
]
},
{
"start": [
4,
10
],
"end": [
4,
11
]
}
]
},
"summary": "Replaced the 'z' identifier with the 'd' identifier"
},
{
"span": {
"replace": [
{
"start": [
5,
6
],
"end": [
5,
7
]
},
{
"start": [
5,
6
],
"end": [
5,
7
]
}
]
},
"summary": "Replaced the 'x' identifier with the 'e' identifier"
},
{
"span": {
"replace": [
{
"start": [
5,
14
],
"end": [
5,
15
]
},
{
"start": [
5,
14
],
"end": [
5,
15
]
}
]
},
"summary": "Replaced the 'h' identifier with the 'f' identifier in the f() function call"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "f6d89ed06e8d5cff27f8399256c0a9fe1545e34c",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "788a22dea10c7ff3973860a089e9e10ff3c74e9f"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-delete-replacement-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"delete": {
"start": [
3,
15
],
"end": [
3,
16
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
3,
19
],
"end": [
3,
20
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
3,
22
],
"end": [
3,
26
]
}
},
"summary": "Deleted the 'f1()' function call"
},
{
"span": {
"delete": {
"start": [
4,
6
],
"end": [
4,
7
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
4,
10
],
"end": [
4,
11
]
}
},
"summary": "Deleted the 'd' identifier"
},
{
"span": {
"delete": {
"start": [
4,
13
],
"end": [
4,
16
]
}
},
"summary": "Deleted the 'g()' function call"
},
{
"span": {
"delete": {
"start": [
5,
6
],
"end": [
5,
7
]
}
},
"summary": "Deleted the 'e' identifier"
},
{
"span": {
"delete": {
"start": [
5,
11
],
"end": [
5,
12
]
}
},
"summary": "Deleted the '4'"
},
{
"span": {
"delete": {
"start": [
5,
14
],
"end": [
5,
17
]
}
},
"summary": "Deleted the 'f()' function call"
},
{
"span": {
"delete": {
"start": [
7,
15
],
"end": [
7,
16
]
}
},
"summary": "Deleted the 'x' identifier"
},
{
"span": {
"delete": {
"start": [
7,
19
],
"end": [
7,
20
]
}
},
"summary": "Deleted the 'y' identifier"
},
{
"span": {
"delete": {
"start": [
7,
22
],
"end": [
7,
26
]
}
},
"summary": "Deleted the 'f1()' function call"
},
{
"span": {
"delete": {
"start": [
8,
6
],
"end": [
8,
7
]
}
},
"summary": "Deleted the 'x' identifier"
},
{
"span": {
"delete": {
"start": [
8,
10
],
"end": [
8,
11
]
}
},
"summary": "Deleted the 'z' identifier"
},
{
"span": {
"delete": {
"start": [
8,
13
],
"end": [
8,
16
]
}
},
"summary": "Deleted the 'g()' function call"
},
{
"span": {
"delete": {
"start": [
9,
6
],
"end": [
9,
7
]
}
},
"summary": "Deleted the 'x' identifier"
},
{
"span": {
"delete": {
"start": [
9,
11
],
"end": [
9,
12
]
}
},
"summary": "Deleted the '4'"
},
{
"span": {
"delete": {
"start": [
9,
14
],
"end": [
9,
17
]
}
},
"summary": "Deleted the 'h()' function call"
},
{
"span": {
"insert": {
"start": [
7,
15
],
"end": [
7,
16
]
}
},
"summary": "Added the 'a' identifier"
},
{
"span": {
"insert": {
"start": [
7,
19
],
"end": [
7,
20
]
}
},
"summary": "Added the 'b' identifier"
},
{
"span": {
"insert": {
"start": [
7,
22
],
"end": [
7,
26
]
}
},
"summary": "Added the 'f1()' function call"
},
{
"span": {
"insert": {
"start": [
8,
6
],
"end": [
8,
7
]
}
},
"summary": "Added the 'c' identifier"
},
{
"span": {
"insert": {
"start": [
8,
10
],
"end": [
8,
11
]
}
},
"summary": "Added the 'd' identifier"
},
{
"span": {
"insert": {
"start": [
8,
13
],
"end": [
8,
16
]
}
},
"summary": "Added the 'g()' function call"
},
{
"span": {
"insert": {
"start": [
9,
6
],
"end": [
9,
7
]
}
},
"summary": "Added the 'e' identifier"
},
{
"span": {
"insert": {
"start": [
9,
11
],
"end": [
9,
12
]
}
},
"summary": "Added the '4'"
},
{
"span": {
"insert": {
"start": [
9,
14
],
"end": [
9,
17
]
}
},
"summary": "Added the 'f()' function call"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "788a22dea10c7ff3973860a089e9e10ff3c74e9f",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "129f52c77c551c74cbbc0e31bf421ecf20b46ed9"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-delete-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"replace": [
{
"start": [
1,
1
],
"end": [
1,
13
]
},
{
"start": [
1,
1
],
"end": [
7,
1
]
}
]
},
"summary": "Replaced the 'main' module statement with the 'main' module statement"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "129f52c77c551c74cbbc0e31bf421ecf20b46ed9",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "01ae6bc53d1baa33f5969facb25558c184c5830d"
2016-11-02 05:05:43 +03:00
}
,{
"testCaseDescription": "go-switch-statements-delete-rest-test",
"expectedResult": {
"changes": {
"switch-statements.go": [
{
"span": {
"delete": {
"start": [
3,
15
],
"end": [
3,
16
]
}
},
"summary": "Deleted the 'a' identifier"
},
{
"span": {
"delete": {
"start": [
3,
19
],
"end": [
3,
20
]
}
},
"summary": "Deleted the 'b' identifier"
},
{
"span": {
"delete": {
"start": [
3,
22
],
"end": [
3,
26
]
}
},
"summary": "Deleted the 'f1()' function call"
},
{
"span": {
"delete": {
"start": [
4,
6
],
"end": [
4,
7
]
}
},
"summary": "Deleted the 'c' identifier"
},
{
"span": {
"delete": {
"start": [
4,
10
],
"end": [
4,
11
]
}
},
"summary": "Deleted the 'd' identifier"
},
{
"span": {
"delete": {
"start": [
4,
13
],
"end": [
4,
16
]
}
},
"summary": "Deleted the 'g()' function call"
},
{
"span": {
"delete": {
"start": [
5,
6
],
"end": [
5,
7
]
}
},
"summary": "Deleted the 'e' identifier"
},
{
"span": {
"delete": {
"start": [
5,
11
],
"end": [
5,
12
]
}
},
"summary": "Deleted the '4'"
},
{
"span": {
"delete": {
"start": [
5,
14
],
"end": [
5,
17
]
}
},
"summary": "Deleted the 'f()' function call"
}
]
},
"errors": {}
},
"filePaths": [
"switch-statements.go"
],
2016-11-02 21:37:30 +03:00
"sha1": "01ae6bc53d1baa33f5969facb25558c184c5830d",
2016-11-02 05:05:43 +03:00
"gitDir": "test/corpus/repos/go",
2016-11-02 21:37:30 +03:00
"sha2": "35e15f63cf0aaf0d724edd29d7d7f9f924b43136"
2016-11-02 05:05:43 +03:00
}]