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 11:07:06 -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": "0031d7891be1930ec7d0c1e37ea18c12fc53f609",
"gitDir": "test/corpus/repos/go",
"sha2": "eec16bc58a0088800f036f2e4b9d4f13f199eb93"
}
,{
"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": "eec16bc58a0088800f036f2e4b9d4f13f199eb93",
"gitDir": "test/corpus/repos/go",
"sha2": "424493963aaba49f06f2ef72c8808ed178a8646f"
}
,{
"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": "424493963aaba49f06f2ef72c8808ed178a8646f",
"gitDir": "test/corpus/repos/go",
"sha2": "47e926c4ff74cd7765be247a52fde42fa5dc099f"
}
,{
"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": "47e926c4ff74cd7765be247a52fde42fa5dc099f",
"gitDir": "test/corpus/repos/go",
"sha2": "9380300b374a78e53c0b3881a9cd0c7c5dbebb65"
}
,{
"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": "9380300b374a78e53c0b3881a9cd0c7c5dbebb65",
"gitDir": "test/corpus/repos/go",
"sha2": "ba4d720e38c037ef5505d083b715bff0f1be1573"
}
,{
"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": "ba4d720e38c037ef5505d083b715bff0f1be1573",
"gitDir": "test/corpus/repos/go",
"sha2": "5b1fbd48a8e9ccd047ddaf32637574a13119834e"
}
,{
"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": "5b1fbd48a8e9ccd047ddaf32637574a13119834e",
"gitDir": "test/corpus/repos/go",
"sha2": "db3818ebee273257e37e5a8d637fa64cbd261d27"
}]