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/single-line-function-declarations.json

617 lines
21 KiB
JSON
Raw Normal View History

2016-11-02 04:36:43 +03:00
[{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-setup-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"insert": {
"start": [
2016-11-11 00:19:53 +03:00
1,
2016-11-02 04:36:43 +03:00
1
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 04:36:43 +03:00
1
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'main' module"
2016-11-02 04:36:43 +03:00
}
]
2016-11-02 21:37:30 +03:00
},
"errors": {}
2016-11-02 04:36:43 +03:00
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index e69de29b..79058077 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -0,0 +1,5 @@",
"+package main",
"+",
"+func main() {",
"+",
"+}"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "96ad1ac78b0e62bab71e0e7b272d13e1775f5673..90af7f8414659ef326e0640fafebd3d644166666"
2016-11-02 04:36:43 +03:00
}
,{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-insert-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"insert": {
"start": [
2016-12-02 00:03:52 +03:00
4,
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'f1()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"insert": {
"start": [
2016-12-02 00:03:52 +03:00
4,
13
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
16
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'a()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"insert": {
"start": [
2016-12-02 00:03:52 +03:00
5,
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
5,
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'f2()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"insert": {
"start": [
2016-12-02 00:03:52 +03:00
5,
13
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
5,
16
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'a()' function call in the main function of the 'main' module"
2016-11-02 21:37:30 +03:00
},
2016-11-02 04:36:43 +03:00
{
"span": {
"insert": {
"start": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
18
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
21
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'b()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"insert": {
"start": [
2016-11-11 00:19:53 +03:00
6,
2016-12-02 00:03:52 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
6,
2016-12-02 00:03:52 +03:00
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Added the 'f3()' function call in the main function of the 'main' module"
},
{
"span": {
"insert": {
"start": [
6,
13
],
"end": [
6,
16
]
}
},
"summary": "Added the 'a()' function call in the main function of the 'main' module"
},
{
"span": {
"insert": {
"start": [
6,
18
],
"end": [
6,
21
]
}
},
"summary": "Added the 'b()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
}
]
2016-11-02 21:37:30 +03:00
},
"errors": {}
2016-11-02 04:36:43 +03:00
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index 79058077..0339b429 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -1,5 +1,7 @@",
" package main",
" ",
" func main() {",
"-",
2016-11-11 00:19:53 +03:00
"+func f1() { a() }",
"+func f2() { a(); b() }",
"+func f3() { a(); b(); }",
2016-12-02 00:03:52 +03:00
" }"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "90af7f8414659ef326e0640fafebd3d644166666..a8e78b9f317279d992708fdde1dd91305312b84d"
2016-11-02 04:36:43 +03:00
}
,{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-replacement-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"replace": [
{
"start": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
},
{
"start": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
}
]
},
2016-12-02 00:03:52 +03:00
"summary": "Replaced the 'f1' identifier with the 'g1' identifier in the g1() function call of the 'main' function"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2017-01-17 23:26:07 +03:00
"insert": {
"start": [
5,
6
],
"end": [
5,
10
]
}
2016-11-02 04:36:43 +03:00
},
2017-01-17 23:26:07 +03:00
"summary": "Added the 'g2()' function call in the main function of the 'main' module"
},
{
"span": {
"delete": {
"start": [
5,
6
],
"end": [
5,
10
]
}
},
"summary": "Deleted the 'f2()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"replace": [
{
"start": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
},
{
"start": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
}
]
},
2016-12-02 00:03:52 +03:00
"summary": "Replaced the 'f3' identifier with the 'g3' identifier in the g3() function call of the 'main' function"
2016-11-02 04:36:43 +03:00
}
]
},
"errors": {}
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index 0339b429..5bfe23f4 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -1,7 +1,7 @@",
" package main",
" ",
" func main() {",
"-func f1() { a() }",
"-func f2() { a(); b() }",
"-func f3() { a(); b(); }",
"+func g1() { a() }",
"+func g2() { a(); b() }",
"+func g3() { a(); b(); }",
" }"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "a8e78b9f317279d992708fdde1dd91305312b84d..83b37fba148cb4aee2e0d7cbfa6debaf08e1ce43"
2016-11-02 04:36:43 +03:00
}
,{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-delete-replacement-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"replace": [
{
"start": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
},
{
"start": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
}
]
},
2016-12-02 00:03:52 +03:00
"summary": "Replaced the 'g1' identifier with the 'f1' identifier in the f1() function call of the 'main' function"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2017-01-17 23:26:07 +03:00
"insert": {
"start": [
5,
6
],
"end": [
5,
10
]
}
},
"summary": "Added the 'f2()' function call in the main function of the 'main' module"
},
{
"span": {
"delete": {
"start": [
5,
6
],
"end": [
5,
10
]
}
2016-11-02 04:36:43 +03:00
},
2017-01-17 23:26:07 +03:00
"summary": "Deleted the 'g2()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"replace": [
{
"start": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
},
{
"start": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 21:37:30 +03:00
8
2016-11-02 04:36:43 +03:00
]
}
]
},
2016-12-02 00:03:52 +03:00
"summary": "Replaced the 'g3' identifier with the 'f3' identifier in the f3() function call of the 'main' function"
2016-11-02 04:36:43 +03:00
}
]
},
"errors": {}
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index 5bfe23f4..0339b429 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -1,7 +1,7 @@",
" package main",
" ",
" func main() {",
"-func g1() { a() }",
"-func g2() { a(); b() }",
"-func g3() { a(); b(); }",
"+func f1() { a() }",
"+func f2() { a(); b() }",
"+func f3() { a(); b(); }",
" }"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "83b37fba148cb4aee2e0d7cbfa6debaf08e1ce43..ce89f4d1abc3d030730a2fcd98abce3c678cfce9"
2016-11-02 04:36:43 +03:00
}
,{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-delete-insert-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"delete": {
"start": [
2016-12-02 00:03:52 +03:00
4,
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
4,
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'f1()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"delete": {
"start": [
2016-11-11 00:19:53 +03:00
4,
2016-12-02 00:03:52 +03:00
13
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
4,
2016-12-02 00:03:52 +03:00
16
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'a()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2016-11-02 21:37:30 +03:00
"delete": {
2016-11-02 04:36:43 +03:00
"start": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'f2()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2016-11-02 21:37:30 +03:00
"delete": {
2016-11-02 04:36:43 +03:00
"start": [
2016-12-02 00:03:52 +03:00
5,
13
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
5,
16
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'a()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2016-12-02 00:03:52 +03:00
"delete": {
2016-11-02 04:36:43 +03:00
"start": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
18
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
5,
2016-12-02 00:03:52 +03:00
21
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'b()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
2016-12-02 00:03:52 +03:00
"delete": {
2016-11-02 04:36:43 +03:00
"start": [
2016-11-11 00:19:53 +03:00
6,
2016-12-02 00:03:52 +03:00
6
2016-11-02 04:36:43 +03:00
],
"end": [
2016-11-11 00:19:53 +03:00
6,
2016-12-02 00:03:52 +03:00
10
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'f3()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
},
{
"span": {
"delete": {
"start": [
2016-12-02 00:03:52 +03:00
6,
13
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
16
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'a()' function call in the main function of the 'main' module"
2016-11-02 21:37:30 +03:00
},
2016-11-02 04:36:43 +03:00
{
"span": {
"delete": {
"start": [
2016-12-02 00:03:52 +03:00
6,
18
2016-11-02 04:36:43 +03:00
],
"end": [
2016-12-02 00:03:52 +03:00
6,
21
2016-11-02 04:36:43 +03:00
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'b()' function call in the main function of the 'main' module"
2016-11-02 04:36:43 +03:00
}
]
2016-11-02 21:37:30 +03:00
},
"errors": {}
2016-11-02 04:36:43 +03:00
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index 0339b429..79058077 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -1,7 +1,5 @@",
" package main",
" ",
" func main() {",
2016-11-11 00:19:53 +03:00
"-func f1() { a() }",
"-func f2() { a(); b() }",
"-func f3() { a(); b(); }",
2016-12-02 00:03:52 +03:00
"+",
" }"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "ce89f4d1abc3d030730a2fcd98abce3c678cfce9..3d3ed4f562f498eebc27cdee4db2a26c65ff94cc"
2016-11-02 04:36:43 +03:00
}
,{
2016-12-02 00:03:52 +03:00
"testCaseDescription": "go-single-line-function-declarations-teardown-test",
2016-11-02 04:36:43 +03:00
"expectedResult": {
"changes": {
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go": [
2016-11-02 04:36:43 +03:00
{
"span": {
"delete": {
"start": [
2016-11-11 00:19:53 +03:00
1,
2016-11-02 04:36:43 +03:00
1
],
"end": [
2016-12-02 00:03:52 +03:00
6,
2016-11-02 04:36:43 +03:00
1
]
}
},
2016-12-02 00:03:52 +03:00
"summary": "Deleted the 'main' module"
2016-11-02 04:36:43 +03:00
}
]
2016-11-02 21:37:30 +03:00
},
"errors": {}
2016-11-02 04:36:43 +03:00
},
"filePaths": [
2016-11-02 21:37:30 +03:00
"single-line-function-declarations.go"
2016-11-02 04:36:43 +03:00
],
2016-11-11 00:19:53 +03:00
"patch": [
"diff --git a/single-line-function-declarations.go b/single-line-function-declarations.go",
2017-01-17 23:26:07 +03:00
"index 79058077..e69de29b 100644",
2016-11-11 00:19:53 +03:00
"--- a/single-line-function-declarations.go",
"+++ b/single-line-function-declarations.go",
2016-12-02 00:03:52 +03:00
"@@ -1,5 +0,0 @@",
"-package main",
"-",
"-func main() {",
"-",
"-}"
2016-11-11 00:19:53 +03:00
],
2016-11-02 04:36:43 +03:00
"gitDir": "test/corpus/repos/go",
2017-01-18 01:31:09 +03:00
"shas": "3d3ed4f562f498eebc27cdee4db2a26c65ff94cc..128ec54fdc27236dc696a5ea824c2a1edfd7e06d"
2016-11-02 04:36:43 +03:00
}]