mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
bump files
This commit is contained in:
parent
440d168273
commit
6ba48666ed
@ -56,7 +56,11 @@ identifiable term = isIdentifiable (unwrap term) term
|
||||
|
||||
data JSONSummary summary span = JSONSummary { summary :: summary, span :: span }
|
||||
| ErrorSummary { summary :: summary, span :: span }
|
||||
deriving (ToJSON, Generic, Eq, Show)
|
||||
deriving (Generic, Eq, Show)
|
||||
|
||||
instance (ToJSON summary, ToJSON span) => ToJSON (JSONSummary summary span) where
|
||||
toJSON JSONSummary{..} = object [ "summary" .= summary, "span" .= span ]
|
||||
toJSON ErrorSummary{..} = object [ "summary" .= summary, "span" .= span ]
|
||||
|
||||
isErrorSummary :: JSONSummary summary span -> Bool
|
||||
isErrorSummary ErrorSummary{} = True
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(a, b) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(a, b) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "9a3c8e5bfb1ca123cfbbeefbe9069ecc0bb85fa4",
|
||||
"sha1": "4eda6b0a46046cb99a4544fe3a4a9c23e702eeac",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "499d32d46d3eb5785dbb27e3b56a0894823ee9dd"
|
||||
"sha2": "0ae1cc9281ef60c31e19985b68713eb40fc2ad2c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(b, c) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(b, c) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(a, b) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(a, b) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "499d32d46d3eb5785dbb27e3b56a0894823ee9dd",
|
||||
"sha1": "0ae1cc9281ef60c31e19985b68713eb40fc2ad2c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "20922f45f08fe649a067e60016ed60a67c2c1c7e"
|
||||
"sha2": "e13ea092e21306d5e46e6bf1a2a18566873475d2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +186,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -202,9 +195,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "20922f45f08fe649a067e60016ed60a67c2c1c7e",
|
||||
"sha1": "e13ea092e21306d5e46e6bf1a2a18566873475d2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6fc93b6614e4cfff72463ca12e9987c14fb24c6f"
|
||||
"sha2": "664b50f840363802e3fc974ae60831dc4e13d5c2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-replacement-test",
|
||||
@ -236,8 +229,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +256,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -292,8 +283,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -320,8 +310,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -330,9 +319,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "6fc93b6614e4cfff72463ca12e9987c14fb24c6f",
|
||||
"sha1": "664b50f840363802e3fc974ae60831dc4e13d5c2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c6ba2db9ae426f80263c615cc53d465d3e20417b"
|
||||
"sha2": "f0b28a88b5b36ac5eb6770e80f5455c5c2ae3396"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-delete-replacement-test",
|
||||
@ -352,8 +341,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(b, c) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(b, c) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -368,8 +356,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(a, b) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(a, b) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -384,8 +371,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(b, c) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(b, c) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -394,9 +380,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "c6ba2db9ae426f80263c615cc53d465d3e20417b",
|
||||
"sha1": "f0b28a88b5b36ac5eb6770e80f5455c5c2ae3396",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "95ca98c8ae2cc3b0eac592b39529678fbc60cb5e"
|
||||
"sha2": "2e8bd85c462e82c1de6ad1d016dec89b8f6c7a94"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-delete-test",
|
||||
@ -416,8 +402,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(a, b) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(a, b) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -426,9 +411,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "95ca98c8ae2cc3b0eac592b39529678fbc60cb5e",
|
||||
"sha1": "2e8bd85c462e82c1de6ad1d016dec89b8f6c7a94",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fdc9c77b584391d5efc4ee112d766985422eccc3"
|
||||
"sha2": "8730cf111655ff909dd1b3a43b8afb78bc05f7b5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-function-delete-rest-test",
|
||||
@ -448,8 +433,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(b, c) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(b, c) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -458,7 +442,7 @@
|
||||
"filePaths": [
|
||||
"anonymous-function.js"
|
||||
],
|
||||
"sha1": "fdc9c77b584391d5efc4ee112d766985422eccc3",
|
||||
"sha1": "8730cf111655ff909dd1b3a43b8afb78bc05f7b5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d4b2414c028e39dae3876a16e6b0b213320be351"
|
||||
"sha2": "0a29e7e55f31e31e4f830f33dd8b1a6231165888"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous() function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "22b6b91906964ec80192f4d30f12125b99e1cad4",
|
||||
"sha1": "972c476a86993546e4da7dd3f2c488b455ff24db",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e41f44ca896e7de4bffa968df9bbf1b1caea1e04"
|
||||
"sha2": "3e2289ebea24250dc463db0603223b2ad7233e39"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous() function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous() function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "e41f44ca896e7de4bffa968df9bbf1b1caea1e04",
|
||||
"sha1": "3e2289ebea24250dc463db0603223b2ad7233e39",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "213068fb89e1381ab15b652ee2f6e16994a6ac16"
|
||||
"sha2": "281d67dce183a41f664372f47fce3f51b32cdb3a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'hello' string with the 'hi' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'hello' string with the 'hi' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "213068fb89e1381ab15b652ee2f6e16994a6ac16",
|
||||
"sha1": "281d67dce183a41f664372f47fce3f51b32cdb3a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e32940ed8b6044088622ac48c96708bac78d9fe2"
|
||||
"sha2": "7c730f2014c719d3a12b578babf30f6c2c56c966"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'hi' string with the 'hello' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'hi' string with the 'hello' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "e32940ed8b6044088622ac48c96708bac78d9fe2",
|
||||
"sha1": "7c730f2014c719d3a12b578babf30f6c2c56c966",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7ff2f9753b8b8a5c06187ba407bddb72742d4d2b"
|
||||
"sha2": "2917edeb872ab9a847651f3df4d3fe0707f410a8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous() function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous() function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous() function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "7ff2f9753b8b8a5c06187ba407bddb72742d4d2b",
|
||||
"sha1": "2917edeb872ab9a847651f3df4d3fe0707f410a8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7aff9964814159468da7f26875cf415b3558eee4"
|
||||
"sha2": "1cc8d6469e2bb265ac93a2c5e75c5a692cf37610"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous() function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "7aff9964814159468da7f26875cf415b3558eee4",
|
||||
"sha1": "1cc8d6469e2bb265ac93a2c5e75c5a692cf37610",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "68beb683ce57c3149995ad763f201f4a6836ce2b"
|
||||
"sha2": "844cb44d31f4dfae4a7f6d71c968c1f7ed98a728"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-anonymous-parameterless-function-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous() function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous() function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"anonymous-parameterless-function.js"
|
||||
],
|
||||
"sha1": "68beb683ce57c3149995ad763f201f4a6836ce2b",
|
||||
"sha1": "844cb44d31f4dfae4a7f6d71c968c1f7ed98a728",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b0658b075e567097a50079f320b747eb442b7fe6"
|
||||
"sha2": "99592bbf904b69053a764508c8b7e2113f456e77"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '[ \"item1\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '[ \"item1\" ]' array"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "2eae8fefa77d6a4d6f762811f764fb0194e0c694",
|
||||
"sha1": "bc7b1f8621267ae931d598deec486fc92bccc736",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a0220a9f702e60c8fc2a51af41d6c44fb0caef87"
|
||||
"sha2": "1f5c0ab465c11956cade7def7f18df96c823d8d4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '[ \"item1\", \"item2\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '[ \"item1\", \"item2\" ]' array"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '[ \"item1\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '[ \"item1\" ]' array"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "a0220a9f702e60c8fc2a51af41d6c44fb0caef87",
|
||||
"sha1": "1f5c0ab465c11956cade7def7f18df96c823d8d4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4a15d2534dd78648fdb6d009ac7d300366a3fcd1"
|
||||
"sha2": "9eddf6e3cb0a349128bd8900cdf17e43492227da"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the \"item2\" string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the \"item2\" string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -106,9 +102,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "4a15d2534dd78648fdb6d009ac7d300366a3fcd1",
|
||||
"sha1": "9eddf6e3cb0a349128bd8900cdf17e43492227da",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d88be4ec5b1f423eb9e9f43d8bc330029c45d46e"
|
||||
"sha2": "b13b543138e791710292fdf81def6f8d528e8643"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-replacement-test",
|
||||
@ -128,8 +124,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the \"item2\" string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the \"item2\" string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -138,9 +133,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "d88be4ec5b1f423eb9e9f43d8bc330029c45d46e",
|
||||
"sha1": "b13b543138e791710292fdf81def6f8d528e8643",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b59e1420e44e05650233fd4d4d8de7d800209108"
|
||||
"sha2": "4dd191872b1355fdd5afeb5bc36f086b7a7cbd73"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-delete-replacement-test",
|
||||
@ -160,8 +155,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -176,8 +170,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '[ \"item1\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '[ \"item1\" ]' array"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '[ \"item1\", \"item2\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '[ \"item1\", \"item2\" ]' array"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -202,9 +194,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "b59e1420e44e05650233fd4d4d8de7d800209108",
|
||||
"sha1": "4dd191872b1355fdd5afeb5bc36f086b7a7cbd73",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "793c9c44d26a5d2cf79c81a10ac7efdba52feb3a"
|
||||
"sha2": "5434cf6d92267f23a08cf961d1f715d9d67d7611"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-delete-test",
|
||||
@ -224,8 +216,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '[ \"item1\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '[ \"item1\" ]' array"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +225,9 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "793c9c44d26a5d2cf79c81a10ac7efdba52feb3a",
|
||||
"sha1": "5434cf6d92267f23a08cf961d1f715d9d67d7611",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c618daa36f536027c9d7f6e46a90ec22076fdcbf"
|
||||
"sha2": "d58141388b2aa0186ceb0db2deeeb7524540486a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-array-delete-rest-test",
|
||||
@ -256,8 +247,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '[ \"item1\", \"item2\" ]' array"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,7 +256,7 @@
|
||||
"filePaths": [
|
||||
"array.js"
|
||||
],
|
||||
"sha1": "c618daa36f536027c9d7f6e46a90ec22076fdcbf",
|
||||
"sha1": "d58141388b2aa0186ceb0db2deeeb7524540486a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1a2d64688174370f61c0962a2cd96be5f1758ccc"
|
||||
"sha2": "33c7a858a16464d6fe8e27c69fc09f986fb56dae"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(f, g) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "1cb91e98d1764fe8fb5c2a7798c9173523abdb1b",
|
||||
"sha1": "b784ecef530da4646deff5aaff5d1263aa216ef3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cabe717d9de437bbcf599b358c40bd1a9f7497c5"
|
||||
"sha2": "b981ec4fb5850f454c25389b3cccdb678e94f626"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(f, g) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(f, g) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "cabe717d9de437bbcf599b358c40bd1a9f7497c5",
|
||||
"sha1": "b981ec4fb5850f454c25389b3cccdb678e94f626",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "81833f1dfc5306bdf83101de4a514162c004f133"
|
||||
"sha2": "419347ea5418439d6c4a0400799eef9ffe6ef5d2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "81833f1dfc5306bdf83101de4a514162c004f133",
|
||||
"sha1": "419347ea5418439d6c4a0400799eef9ffe6ef5d2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1477c3eb5d6b3fb17e658851e597548a27e9aee5"
|
||||
"sha2": "c427f86b3d74e6605ac82591f26649df704049ce"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "1477c3eb5d6b3fb17e658851e597548a27e9aee5",
|
||||
"sha1": "c427f86b3d74e6605ac82591f26649df704049ce",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "792510a28547ef00fb3f427f0588a350070b78c8"
|
||||
"sha2": "89d1b4d2d18912e6cd8a0add7948ee3c8163a399"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(f, g) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(f, g) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(f, g) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "792510a28547ef00fb3f427f0588a350070b78c8",
|
||||
"sha1": "89d1b4d2d18912e6cd8a0add7948ee3c8163a399",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "43d4dec7b3f7190611127a9184ba1b8c7ef95581"
|
||||
"sha2": "a77f256f44bf9d478cea9072b568053dfdfd7ff6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(f, g) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "43d4dec7b3f7190611127a9184ba1b8c7ef95581",
|
||||
"sha1": "a77f256f44bf9d478cea9072b568053dfdfd7ff6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "614d74c2b78fee8293f461aa293c56622049c72b"
|
||||
"sha2": "aa0b9c6500c4e90003954f42846c897acd910558"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-arrow-function-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(f, g) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(f, g) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"arrow-function.js"
|
||||
],
|
||||
"sha1": "614d74c2b78fee8293f461aa293c56622049c72b",
|
||||
"sha1": "aa0b9c6500c4e90003954f42846c897acd910558",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9a88415672c0d83242b643e750b77540103e14c1"
|
||||
"sha2": "5a86b9e93eaf41a19163bf18d160b96b37245ee8"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "e1b8eb2bcd67f643f76a7eb820f49a2ef4f1774c",
|
||||
"sha1": "a561bcb5c9e49680fd9c162c616048bfa100277a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3a7df001a06d312b1befb24699e3f60a41e07c09"
|
||||
"sha2": "3305579204370d2000328a15830609cd1a3cc048"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "3a7df001a06d312b1befb24699e3f60a41e07c09",
|
||||
"sha1": "3305579204370d2000328a15830609cd1a3cc048",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6142fd5f7cc7d6882b4d2682beb6ab487f37221f"
|
||||
"sha2": "6df94e140941a17e62fc44b5695a49949169bfb1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '0' in an assignment to x",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '0' in an assignment to x"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "6142fd5f7cc7d6882b4d2682beb6ab487f37221f",
|
||||
"sha1": "6df94e140941a17e62fc44b5695a49949169bfb1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ccd4b8841a4c1ac1e93e7b6937b085ca9c589f45"
|
||||
"sha2": "18468291d2bfbfce6c55fd4786eccde87ccb31f0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '0' with '1' in an assignment to x",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '0' with '1' in an assignment to x"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "ccd4b8841a4c1ac1e93e7b6937b085ca9c589f45",
|
||||
"sha1": "18468291d2bfbfce6c55fd4786eccde87ccb31f0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e50c3b804fe956a8d66c615ce341d23949b1e0bc"
|
||||
"sha2": "f9256802deb7eee30f243cbf5e99688511ae989e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "e50c3b804fe956a8d66c615ce341d23949b1e0bc",
|
||||
"sha1": "f9256802deb7eee30f243cbf5e99688511ae989e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9a82a708b3f1e537ea6580f22e1c61a39c0e56f2"
|
||||
"sha2": "ce267e2a4a95c57f1ccfbc0fb6d86c846a492757"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "9a82a708b3f1e537ea6580f22e1c61a39c0e56f2",
|
||||
"sha1": "ce267e2a4a95c57f1ccfbc0fb6d86c846a492757",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8ca532d1c838722ab652073a5052a0bb58bba456"
|
||||
"sha2": "d7d26936a69a2962d5ec0b7b30ce6672df042253"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-assignment-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"assignment.js"
|
||||
],
|
||||
"sha1": "8ca532d1c838722ab652073a5052a0bb58bba456",
|
||||
"sha1": "d7d26936a69a2962d5ec0b7b30ce6672df042253",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "db6bbfe82747173a73c33bab9da91003e1fe0634"
|
||||
"sha2": "3b9571c33eac180e0dcf502ffe6eb68757aa50f2"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i >> j' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i >> j' bitwise operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "234b7e78605626501d422c4431c88b50e9e19c3f",
|
||||
"sha1": "8d428962767d348a3dbaa62c89eab0564badd448",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "12ac8e040299cccf6336a3001138af774f8fd5de"
|
||||
"sha2": "ca679b247a491625e6cadc6a0f3c74eb213024bb"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i >> k' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i >> k' bitwise operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i >> j' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i >> j' bitwise operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "12ac8e040299cccf6336a3001138af774f8fd5de",
|
||||
"sha1": "ca679b247a491625e6cadc6a0f3c74eb213024bb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "28a35690a7bb5269f65ed3366cf19eed19b04eb3"
|
||||
"sha2": "58c64d0c5d074267c5363722ac25292b13333b29"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'k' identifier with the 'j' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'k' identifier with the 'j' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "28a35690a7bb5269f65ed3366cf19eed19b04eb3",
|
||||
"sha1": "58c64d0c5d074267c5363722ac25292b13333b29",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "caf88ce357d00963864665477ea0261115ba0e82"
|
||||
"sha2": "3e73c91372d739bfcfceb92cb30be856b0674229"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'j' identifier with the 'k' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'j' identifier with the 'k' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "caf88ce357d00963864665477ea0261115ba0e82",
|
||||
"sha1": "3e73c91372d739bfcfceb92cb30be856b0674229",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "04d9d80788f8ec45b6a7fd916aebdb66940d9516"
|
||||
"sha2": "f5d62f9cf17ccc896f509f6b405805c39f45afc1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i >> k' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i >> k' bitwise operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i >> j' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i >> j' bitwise operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i >> k' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i >> k' bitwise operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "04d9d80788f8ec45b6a7fd916aebdb66940d9516",
|
||||
"sha1": "f5d62f9cf17ccc896f509f6b405805c39f45afc1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3b00668eb968387c144b63f111afade1814aa3a7"
|
||||
"sha2": "db5c1b8fd336475343d489edab9cf0befd5a09d2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i >> j' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i >> j' bitwise operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "3b00668eb968387c144b63f111afade1814aa3a7",
|
||||
"sha1": "db5c1b8fd336475343d489edab9cf0befd5a09d2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ff907e0620f083698334862f24d9269d1ac43f89"
|
||||
"sha2": "8b532834c43b74f23cdf9da329f8d7d475acecad"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-bitwise-operator-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i >> k' bitwise operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i >> k' bitwise operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"bitwise-operator.js"
|
||||
],
|
||||
"sha1": "ff907e0620f083698334862f24d9269d1ac43f89",
|
||||
"sha1": "8b532834c43b74f23cdf9da329f8d7d475acecad",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d3b83b525c7e185792b6284b8c0b23dbce07fa7e"
|
||||
"sha2": "1e420171d01e2dca638a5f134f88454bd64d79ae"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i || j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i || j' boolean operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "81b6988e6543884fa895f07a06283ca091f49afb",
|
||||
"sha1": "faaff0e5dd144b090a540e45f9a534c1cceb3ad1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "77c4304f467e33c59a93a93a9cd1e5e1ebf7809b"
|
||||
"sha2": "d6e10ec4014abbcb6b6b338b66eb6f995a232d67"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i && j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i && j' boolean operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i || j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i || j' boolean operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "77c4304f467e33c59a93a93a9cd1e5e1ebf7809b",
|
||||
"sha1": "d6e10ec4014abbcb6b6b338b66eb6f995a232d67",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "04da46027e8e42577cf51f664a641af1473ea21b"
|
||||
"sha2": "b09e021bfef5da21754a88b63145c80bc8613308"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-delete-insert-test",
|
||||
@ -87,9 +84,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "04da46027e8e42577cf51f664a641af1473ea21b",
|
||||
"sha1": "b09e021bfef5da21754a88b63145c80bc8613308",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2144b6fdcd32aa805f9a548e8c774d4b0d78211e"
|
||||
"sha2": "3958808a1800344b293b9bc9d432b68041ff5d87"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-replacement-test",
|
||||
@ -100,9 +97,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "2144b6fdcd32aa805f9a548e8c774d4b0d78211e",
|
||||
"sha1": "3958808a1800344b293b9bc9d432b68041ff5d87",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cab2550c31bd9e3b9ca409155d875b9c34a96396"
|
||||
"sha2": "1625b72ec355c939829455d5397838e0328e6f39"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-delete-replacement-test",
|
||||
@ -122,8 +119,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i && j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i && j' boolean operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -132,9 +128,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "cab2550c31bd9e3b9ca409155d875b9c34a96396",
|
||||
"sha1": "1625b72ec355c939829455d5397838e0328e6f39",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d255d477f62bb73de5039084ffd0afecbb5d500c"
|
||||
"sha2": "a4f53d533f7359d95917a22771bc125f137dd311"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-delete-test",
|
||||
@ -154,8 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i || j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i || j' boolean operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -164,9 +159,9 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "d255d477f62bb73de5039084ffd0afecbb5d500c",
|
||||
"sha1": "a4f53d533f7359d95917a22771bc125f137dd311",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ec883a059891f976a9050e6b9100135dbe5cabee"
|
||||
"sha2": "a1e71d859792a4497b9438fe57d0b17847b53184"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-boolean-operator-delete-rest-test",
|
||||
@ -186,8 +181,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i && j' boolean operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i && j' boolean operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -196,7 +190,7 @@
|
||||
"filePaths": [
|
||||
"boolean-operator.js"
|
||||
],
|
||||
"sha1": "ec883a059891f976a9050e6b9100135dbe5cabee",
|
||||
"sha1": "a1e71d859792a4497b9438fe57d0b17847b53184",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "35c3545e63b37ef12af64bbc9bafaf502a95db29"
|
||||
"sha2": "e1dc429edadeaaff5ea72c53fefab478501bdc07"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this.map(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this.map(…)' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "9805a53f9fb8f6cd969d07ef2eeec2250fd12d04",
|
||||
"sha1": "13cc6ff656f24edfd27ef7cdbbf33198c415c712",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "95c5995bf1d9fd3208a872cd598032cece4a8bac"
|
||||
"sha2": "ba8ce3f9c7e869e67a2b1d9ad2b98ea18b349916"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this.reduce(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this.reduce(…)' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this.map(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this.map(…)' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "95c5995bf1d9fd3208a872cd598032cece4a8bac",
|
||||
"sha1": "ba8ce3f9c7e869e67a2b1d9ad2b98ea18b349916",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4b97bdc99bdd0ff6bb811ab647482f93444203d7"
|
||||
"sha2": "d0276aee638ca8e24ee6d91a339544df8fb7eda3"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'reduce' identifier with the 'map' identifier in the this.map(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'reduce' identifier with the 'map' identifier in the this.map(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the this.map(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the this.map(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the this.map(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the this.map(…) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -174,9 +168,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "4b97bdc99bdd0ff6bb811ab647482f93444203d7",
|
||||
"sha1": "d0276aee638ca8e24ee6d91a339544df8fb7eda3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e925672c3d607a47dd28821be89fc163547f317a"
|
||||
"sha2": "85f3727c68cea10835a214942b66e4d430b73a62"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-replacement-test",
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'map' identifier with the 'reduce' identifier in the this.reduce(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'map' identifier with the 'reduce' identifier in the this.reduce(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -236,8 +229,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the this.reduce(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the this.reduce(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +256,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the this.reduce(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the this.reduce(…) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -274,9 +265,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "e925672c3d607a47dd28821be89fc163547f317a",
|
||||
"sha1": "85f3727c68cea10835a214942b66e4d430b73a62",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8f1ee6a59a82c0aa8e951dd4b2865f8105c4b9e4"
|
||||
"sha2": "0726997ed14f742f2e3ad23f575cb88aaa5f4b98"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-delete-replacement-test",
|
||||
@ -296,8 +287,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this.reduce(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this.reduce(…)' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -312,8 +302,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this.map(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this.map(…)' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +317,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this.reduce(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this.reduce(…)' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -338,9 +326,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "8f1ee6a59a82c0aa8e951dd4b2865f8105c4b9e4",
|
||||
"sha1": "0726997ed14f742f2e3ad23f575cb88aaa5f4b98",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fca34a1451c2b8708049c924710c971127d9efc0"
|
||||
"sha2": "db6518a336784be0d8565f2ff963767dffbe22a0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-delete-test",
|
||||
@ -360,8 +348,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this.map(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this.map(…)' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -370,9 +357,9 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "fca34a1451c2b8708049c924710c971127d9efc0",
|
||||
"sha1": "db6518a336784be0d8565f2ff963767dffbe22a0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "820ff2e5b738c2a4c6b67bb00137825db09eaf54"
|
||||
"sha2": "f150e07a04ef679de98aa6a19c4e4d534230f7cc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-callbacks-delete-rest-test",
|
||||
@ -392,8 +379,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this.reduce(…)' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this.reduce(…)' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -402,7 +388,7 @@
|
||||
"filePaths": [
|
||||
"chained-callbacks.js"
|
||||
],
|
||||
"sha1": "820ff2e5b738c2a4c6b67bb00137825db09eaf54",
|
||||
"sha1": "f150e07a04ef679de98aa6a19c4e4d534230f7cc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d1e7f56a86f0ad76a52e486579b7319c4da64d38"
|
||||
"sha2": "6b7dd7946b24ba4d49e866944f3bef05c4e948a5"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "1e0859960bebec7c346191192b74d0625ae68f54",
|
||||
"sha1": "d18ce614bfee6bf352af0ace4d200778e8fb4eaf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "607fd3f3d13592c0bf22ffd2ad1395c759a9ac9c"
|
||||
"sha2": "dd59773bcf047bb1a9af4a67c57647d6638492e9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "607fd3f3d13592c0bf22ffd2ad1395c759a9ac9c",
|
||||
"sha1": "dd59773bcf047bb1a9af4a67c57647d6638492e9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "bfbb22ba2d321e4b458857e6e6e053d387bd744e"
|
||||
"sha2": "2a35d54700748513ec68ec03f7f5047fac3c1d91"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'otherDefer' identifier with the 'newDefer' identifier in the returned.promise().done(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'otherDefer' identifier with the 'newDefer' identifier in the returned.promise().done(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'otherDefer' identifier with the 'newDefer' identifier in the returned.promise().done(…).fail(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'otherDefer' identifier with the 'newDefer' identifier in the returned.promise().done(…).fail(…) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "bfbb22ba2d321e4b458857e6e6e053d387bd744e",
|
||||
"sha1": "2a35d54700748513ec68ec03f7f5047fac3c1d91",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f8c579de58d41201e75fc6ef898bb19612485b74"
|
||||
"sha2": "56c9c8d996ec55dc343c370027e921250704cda2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'newDefer' identifier with the 'otherDefer' identifier in the returned.promise().done(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'newDefer' identifier with the 'otherDefer' identifier in the returned.promise().done(…) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'newDefer' identifier with the 'otherDefer' identifier in the returned.promise().done(…).fail(…) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'newDefer' identifier with the 'otherDefer' identifier in the returned.promise().done(…).fail(…) method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "f8c579de58d41201e75fc6ef898bb19612485b74",
|
||||
"sha1": "56c9c8d996ec55dc343c370027e921250704cda2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "500274ded0883d60ed5e9137cde2a9c5ec057646"
|
||||
"sha2": "e27981a5a59769ef1b5d5b7d793413ea27df7d90"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'returned.promise().done(…).fail(…)' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "500274ded0883d60ed5e9137cde2a9c5ec057646",
|
||||
"sha1": "e27981a5a59769ef1b5d5b7d793413ea27df7d90",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c4b82844d26c3b49ff4ad0bb6908e89ff58e87f1"
|
||||
"sha2": "de1aa8b591a0eba6fc463f536626ac1ea4cba935"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "c4b82844d26c3b49ff4ad0bb6908e89ff58e87f1",
|
||||
"sha1": "de1aa8b591a0eba6fc463f536626ac1ea4cba935",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1a601394ffbc287695bbf2b63d5e85d1b9ba66dd"
|
||||
"sha2": "4e04595fb1ccf12f0affa9d40a57d54e40b1bb2f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-chained-property-access-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'returned.promise().done(…).fail(…)' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"chained-property-access.js"
|
||||
],
|
||||
"sha1": "1a601394ffbc287695bbf2b63d5e85d1b9ba66dd",
|
||||
"sha1": "4e04595fb1ccf12f0affa9d40a57d54e40b1bb2f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e2ad5d3fafb90d720b3c803892c914529086848a"
|
||||
"sha2": "0ae29a51ae1d4aa57c5239393081efaf63982b12"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "19a0f5ed94699f179f887755095f2b6bd484ba1b",
|
||||
"sha1": "d17a2b38a62067233adf6ee07cd8e79c78862e83",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f83f2944c43ab1c3a311114018bc9def1a08ef2c"
|
||||
"sha2": "b3c38949d2744c30985b401eeb4a8d5968214038"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "f83f2944c43ab1c3a311114018bc9def1a08ef2c",
|
||||
"sha1": "b3c38949d2744c30985b401eeb4a8d5968214038",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9c20b127c193a62b80eda6b277bb7a909e7b761a"
|
||||
"sha2": "7b2f9b1099f78cc3f7e78764536742adcf9c371f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'foo' identifier with the 'one' identifier in the one method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'foo' identifier with the 'one' identifier in the one method of the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'bar' identifier with the 'two' identifier in the two method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'bar' identifier with the 'two' identifier in the two method of the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'baz' identifier with the 'three' identifier in the three method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'baz' identifier with the 'three' identifier in the three method of the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -174,9 +168,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "9c20b127c193a62b80eda6b277bb7a909e7b761a",
|
||||
"sha1": "7b2f9b1099f78cc3f7e78764536742adcf9c371f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f89babcecc359be4cc277d1c9970a8deaa3e8fe6"
|
||||
"sha2": "c6b41195ff78d15375ecad210138f106b491c397"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-replacement-test",
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo method of the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -236,8 +229,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'two' identifier with the 'bar' identifier in the bar method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'two' identifier with the 'bar' identifier in the bar method of the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +256,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'three' identifier with the 'baz' identifier in the baz method of the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'three' identifier with the 'baz' identifier in the baz method of the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -274,9 +265,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "f89babcecc359be4cc277d1c9970a8deaa3e8fe6",
|
||||
"sha1": "c6b41195ff78d15375ecad210138f106b491c397",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "db12f186575ae386af489e213608fa3a80773747"
|
||||
"sha2": "72d9f8358863431e6f9ded0aed0877dd974afd24"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-delete-replacement-test",
|
||||
@ -296,8 +287,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -312,8 +302,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'Foo' class"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +317,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -338,9 +326,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "db12f186575ae386af489e213608fa3a80773747",
|
||||
"sha1": "72d9f8358863431e6f9ded0aed0877dd974afd24",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "feb3a4cf1baa84520130badfe96c139a0d6dc94d"
|
||||
"sha2": "41fbfe38957d1857423e745ab7cc6af99470141b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-delete-test",
|
||||
@ -360,8 +348,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -370,9 +357,9 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "feb3a4cf1baa84520130badfe96c139a0d6dc94d",
|
||||
"sha1": "41fbfe38957d1857423e745ab7cc6af99470141b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a41d47574ddcd9f4427ab581e5651ed26ffc1b9d"
|
||||
"sha2": "741d75c2f76964d86375e18fb7154936b746410a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-class-delete-rest-test",
|
||||
@ -392,8 +379,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'Foo' class",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'Foo' class"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -402,7 +388,7 @@
|
||||
"filePaths": [
|
||||
"class.js"
|
||||
],
|
||||
"sha1": "a41d47574ddcd9f4427ab581e5651ed26ffc1b9d",
|
||||
"sha1": "741d75c2f76964d86375e18fb7154936b746410a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "395c6eece5c8b6aa98613ca7569ddd88f70d7988"
|
||||
"sha2": "e3605367f3839bdb67e5ef00ea3be0afdd7d72aa"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -32,8 +31,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'b' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -42,9 +40,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "c376ba3379a36f234ec18e27404102b3ec9c0794",
|
||||
"sha1": "93d092557623a476afac612ad5053ab3e5a63d69",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "31e90b6b1c5c3dc917da063eaf26d247b75b5c46"
|
||||
"sha2": "925d714e520d236f773fd66415cc85d568567c28"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-replacement-insert-test",
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'c' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -80,8 +77,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -96,8 +92,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'b' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -106,9 +101,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "31e90b6b1c5c3dc917da063eaf26d247b75b5c46",
|
||||
"sha1": "925d714e520d236f773fd66415cc85d568567c28",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "80531ffeb669b96cf79ad6c9ad2324d4c238e2a4"
|
||||
"sha2": "62b94cc1adb6550f6cc3d5487fa0b2fb98f7f64a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-delete-insert-test",
|
||||
@ -128,8 +123,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -144,8 +138,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'b' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +153,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'c' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +162,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "80531ffeb669b96cf79ad6c9ad2324d4c238e2a4",
|
||||
"sha1": "62b94cc1adb6550f6cc3d5487fa0b2fb98f7f64a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8a61a54a5e569eb053d0bbdf9f2aa8093b66ffdc"
|
||||
"sha2": "a4b777d2bcbeb98a22c575be5aed21065915ca25"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-replacement-test",
|
||||
@ -192,8 +184,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'c' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +199,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +214,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'b' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +223,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "8a61a54a5e569eb053d0bbdf9f2aa8093b66ffdc",
|
||||
"sha1": "a4b777d2bcbeb98a22c575be5aed21065915ca25",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4de76b87e19fa641bbde82250f5c1448582adde0"
|
||||
"sha2": "0044976b6fe9bc1a88363179b05c9164d020d6e0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-delete-replacement-test",
|
||||
@ -256,8 +245,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'c' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +260,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -288,8 +275,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'b' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -304,8 +290,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'c' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +299,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "4de76b87e19fa641bbde82250f5c1448582adde0",
|
||||
"sha1": "0044976b6fe9bc1a88363179b05c9164d020d6e0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "358a64dfe4454828ab1cd7632ea33aabf8791031"
|
||||
"sha2": "437b6ad23f402553fa54eabc101e1009fe7e90f7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-delete-test",
|
||||
@ -336,8 +321,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -352,8 +336,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'b' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'b' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -362,9 +345,9 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "358a64dfe4454828ab1cd7632ea33aabf8791031",
|
||||
"sha1": "437b6ad23f402553fa54eabc101e1009fe7e90f7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c7bc8d4656be920af42145c1ff818668ad25bcaa"
|
||||
"sha2": "cf7b30999c40f435c936f1ca0dafda480f24624b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comma-operator-delete-rest-test",
|
||||
@ -384,8 +367,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'c' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'c' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -394,7 +376,7 @@
|
||||
"filePaths": [
|
||||
"comma-operator.js"
|
||||
],
|
||||
"sha1": "c7bc8d4656be920af42145c1ff818668ad25bcaa",
|
||||
"sha1": "cf7b30999c40f435c936f1ca0dafda480f24624b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2a1ddb9a8c6d84924131fb18113f31eeade50718"
|
||||
"sha2": "b0f399ee205a0929d5082717bdff84b949f064b3"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '// This is a property' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '// This is a property' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "9ed8066a32b8ac3bc857ec9ffb963f12322f5224",
|
||||
"sha1": "9966bf3346783a8e39f77cc3b61f8c24f851b0ed",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cbdd13e093a8640ad08ec76174b68cf07600c1ea"
|
||||
"sha2": "0b532cc7ac2078fb6421efad2fba431eebf8b079"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/*\n * This is a method\n*/' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/*\n * This is a method\n*/' comment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '// This is a property' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '// This is a property' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "cbdd13e093a8640ad08ec76174b68cf07600c1ea",
|
||||
"sha1": "0b532cc7ac2078fb6421efad2fba431eebf8b079",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f5a91dac7a4f5f86c7a7cf2c69c5e988fb408712"
|
||||
"sha2": "22391ec032d8cf2569c2c79daf9edd535fd5ae1f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '/*\n * This is a method\n*/' comment with the '// This is a property' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '/*\n * This is a method\n*/' comment with the '// This is a property' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "f5a91dac7a4f5f86c7a7cf2c69c5e988fb408712",
|
||||
"sha1": "22391ec032d8cf2569c2c79daf9edd535fd5ae1f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c8bd2718371b28040fa981ce35a138725b120aad"
|
||||
"sha2": "d2e01036c8e33e37b082368f832c642e1498419d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '// This is a property' comment with the '/*\n * This is a method\n*/' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '// This is a property' comment with the '/*\n * This is a method\n*/' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "c8bd2718371b28040fa981ce35a138725b120aad",
|
||||
"sha1": "d2e01036c8e33e37b082368f832c642e1498419d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f638e783e9d0ee750f8f201471d4b1b9e9f3f9a3"
|
||||
"sha2": "53dd565d968e321c83e7d55a640b941ec039ae9d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/*\n * This is a method\n*/' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/*\n * This is a method\n*/' comment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '// This is a property' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '// This is a property' comment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/*\n * This is a method\n*/' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/*\n * This is a method\n*/' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "f638e783e9d0ee750f8f201471d4b1b9e9f3f9a3",
|
||||
"sha1": "53dd565d968e321c83e7d55a640b941ec039ae9d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "48711051e73107b9a44cf4c146dbdbdcafea224f"
|
||||
"sha2": "f44bdb127231af5416f02054c41452de18136eb1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '// This is a property' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '// This is a property' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "48711051e73107b9a44cf4c146dbdbdcafea224f",
|
||||
"sha1": "f44bdb127231af5416f02054c41452de18136eb1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8446a2ada4c302787a76d6f8654f66e0f14e9fa6"
|
||||
"sha2": "4d5c2aa9348d27a4efe63e93dd6ea597d1ab60f0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-comment-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/*\n * This is a method\n*/' comment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/*\n * This is a method\n*/' comment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"comment.js"
|
||||
],
|
||||
"sha1": "8446a2ada4c302787a76d6f8654f66e0f14e9fa6",
|
||||
"sha1": "4d5c2aa9348d27a4efe63e93dd6ea597d1ab60f0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "af31bc75c5b7a9054f10c295c885d0cc2c5d1d06"
|
||||
"sha2": "d0223efd366c0d9b703a6edf4b9961fa26add3cb"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'module.Klass(1, \"two\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'module.Klass(1, \"two\")' constructor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "37b9064285baa63e16cc6b1c4b5128fed52fa082",
|
||||
"sha1": "d338b275731ec3d9b527339e1ac1b99f43ea5ea2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b8f33f052773b435e5d29e89aeaf9cf8b3a9e8a6"
|
||||
"sha2": "07f0e420ba82a7a88edead9753bf001dc427c900"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'module.Klass(1, \"three\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'module.Klass(1, \"three\")' constructor"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'module.Klass(1, \"two\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'module.Klass(1, \"two\")' constructor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "b8f33f052773b435e5d29e89aeaf9cf8b3a9e8a6",
|
||||
"sha1": "07f0e420ba82a7a88edead9753bf001dc427c900",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fa501924dbaed310d84435b0c33ef97a068653e4"
|
||||
"sha2": "0ead57e4c68d3441874607df82f10cfae180871c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"three\" string with the \"two\" string in the module.Klass(1, \"two\") method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"three\" string with the \"two\" string in the module.Klass(1, \"two\") method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "fa501924dbaed310d84435b0c33ef97a068653e4",
|
||||
"sha1": "0ead57e4c68d3441874607df82f10cfae180871c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9c7fb90945f08ad72efbcd243221cef5ce8d9732"
|
||||
"sha2": "5312cfad6882b93031aaa4aa6bf94db1cb6097a1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"two\" string with the \"three\" string in the module.Klass(1, \"three\") method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"two\" string with the \"three\" string in the module.Klass(1, \"three\") method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "9c7fb90945f08ad72efbcd243221cef5ce8d9732",
|
||||
"sha1": "5312cfad6882b93031aaa4aa6bf94db1cb6097a1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "bb66b026044f3944a08fec17c572b7b8867decda"
|
||||
"sha2": "d1ce2f7e01d8a6fb58e25e00612be76b5a92129b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'module.Klass(1, \"three\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'module.Klass(1, \"three\")' constructor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "bb66b026044f3944a08fec17c572b7b8867decda",
|
||||
"sha1": "d1ce2f7e01d8a6fb58e25e00612be76b5a92129b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3669aebc1d501fba80efddd2a0b53b669b045ffa"
|
||||
"sha2": "f2947ecde2c4966ba63934c2bf9fadb1bf9494a5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'module.Klass(1, \"two\")' constructor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "3669aebc1d501fba80efddd2a0b53b669b045ffa",
|
||||
"sha1": "f2947ecde2c4966ba63934c2bf9fadb1bf9494a5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "aada0c4456c077928d7b286809c61323c9315147"
|
||||
"sha2": "3f2450813b57ef20f48fafa20ec30d660a296e5c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-constructor-call-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'module.Klass(1, \"three\")' constructor"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"constructor-call.js"
|
||||
],
|
||||
"sha1": "aada0c4456c077928d7b286809c61323c9315147",
|
||||
"sha1": "3f2450813b57ef20f48fafa20ec30d660a296e5c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "770dfcd929f8deaec3cf8028327930c422ee1814"
|
||||
"sha2": "d6f65326cb55e5d2b83057d59ae062b3f4bc778e"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'delete thing['prop']' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'delete thing['prop']' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "34d611dc6839b42bba50f800508e3c1eed940690",
|
||||
"sha1": "660d4f31a366c484dcf287cc129d2236e0064639",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9c01dfb007ff3853c71c2ed944ccf83ae4a4899e"
|
||||
"sha2": "dcdf4363cc41756d111762831febfeb2bc5c3561"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'delete thing.prop' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'delete thing.prop' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'delete thing['prop']' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'delete thing['prop']' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "9c01dfb007ff3853c71c2ed944ccf83ae4a4899e",
|
||||
"sha1": "dcdf4363cc41756d111762831febfeb2bc5c3561",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fcd04c63372795e232f0ab1dc003078a11e23348"
|
||||
"sha2": "b9195fb8317d07798a424a3ad5897669cf2fec4d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'delete thing.prop' operator with the 'delete thing['prop']' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'delete thing.prop' operator with the 'delete thing['prop']' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "fcd04c63372795e232f0ab1dc003078a11e23348",
|
||||
"sha1": "b9195fb8317d07798a424a3ad5897669cf2fec4d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "54acda735d0aa3817a65ab8bae18ac9c3249299f"
|
||||
"sha2": "b1aa406089e4aafef90ec5732ba443d1031f561e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'delete thing['prop']' operator with the 'delete thing.prop' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'delete thing['prop']' operator with the 'delete thing.prop' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "54acda735d0aa3817a65ab8bae18ac9c3249299f",
|
||||
"sha1": "b1aa406089e4aafef90ec5732ba443d1031f561e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "16e956f11b3ecc44abf81b4c33cddbd36c9222a7"
|
||||
"sha2": "3d47f770de2c100cdd3f5cfcb8bc43f582e4a368"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'delete thing.prop' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'delete thing.prop' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'delete thing['prop']' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'delete thing['prop']' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'delete thing.prop' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'delete thing.prop' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "16e956f11b3ecc44abf81b4c33cddbd36c9222a7",
|
||||
"sha1": "3d47f770de2c100cdd3f5cfcb8bc43f582e4a368",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "91fc755fdc45f6c82da10cdb9078ff2d8ec66c9c"
|
||||
"sha2": "79ed3766548499729284c8eb3ff3cecfaed80a4c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'delete thing['prop']' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'delete thing['prop']' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "91fc755fdc45f6c82da10cdb9078ff2d8ec66c9c",
|
||||
"sha1": "79ed3766548499729284c8eb3ff3cecfaed80a4c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "dadef7d3a1d78afcdb53140c1c32f0bd93f75580"
|
||||
"sha2": "3b8b6b7c801a89beb229c8f9b705be4d4465b622"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-delete-operator-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'delete thing.prop' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'delete thing.prop' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"delete-operator.js"
|
||||
],
|
||||
"sha1": "dadef7d3a1d78afcdb53140c1c32f0bd93f75580",
|
||||
"sha1": "3b8b6b7c801a89beb229c8f9b705be4d4465b622",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d14d7b09c6761ab1a14c5aeda0a105d44c520617"
|
||||
"sha2": "8f71c3ee15ecf75d5d1aa9d7f9e82346c26b78e1"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'true' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'true' do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "3dadf24ea6dd60cf63f2599d16951764a34aea81",
|
||||
"sha1": "c5a33a05e7c473051b69c27b5268f7e73d9f9818",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5ac1a1a4fe9eda5e5fd161253a6d91501f1b3ce1"
|
||||
"sha2": "f6d13c24db646eabb87a5569fab5dc059397cd41"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' do/while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'true' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'true' do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "5ac1a1a4fe9eda5e5fd161253a6d91501f1b3ce1",
|
||||
"sha1": "f6d13c24db646eabb87a5569fab5dc059397cd41",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ba86b912e5954ec48b6e49bca4c6bf3f24debf71"
|
||||
"sha2": "b97e52feb5f9b94c2f7c035a5c0b741ab2709c11"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'replacement' identifier with the 'insert' identifier in the console.log(insert) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'replacement' identifier with the 'insert' identifier in the console.log(insert) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced 'false' with 'true' in the true do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced 'false' with 'true' in the true do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "ba86b912e5954ec48b6e49bca4c6bf3f24debf71",
|
||||
"sha1": "b97e52feb5f9b94c2f7c035a5c0b741ab2709c11",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "224a8c099bc7a1282813dd3f2d4ed7d8c87a3f0f"
|
||||
"sha2": "618521ec11773660442d22c09e5616569ee0d4d6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'insert' identifier with the 'replacement' identifier in the console.log(replacement) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'insert' identifier with the 'replacement' identifier in the console.log(replacement) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced 'true' with 'false' in the false do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced 'true' with 'false' in the false do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "224a8c099bc7a1282813dd3f2d4ed7d8c87a3f0f",
|
||||
"sha1": "618521ec11773660442d22c09e5616569ee0d4d6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1363c42479d68b43b946500050acea6a3ec19511"
|
||||
"sha2": "b058c2ef89ec07779649681bb0867d7ca642a924"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' do/while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'true' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'true' do/while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "1363c42479d68b43b946500050acea6a3ec19511",
|
||||
"sha1": "b058c2ef89ec07779649681bb0867d7ca642a924",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "feb5169e88f28961b09f7527b8af6819931f39f3"
|
||||
"sha2": "29a60219132b7497d5f2f2da75cd6fad3583ea3e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'true' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'true' do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "feb5169e88f28961b09f7527b8af6819931f39f3",
|
||||
"sha1": "29a60219132b7497d5f2f2da75cd6fad3583ea3e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e6b31e8c000b83aef153563e940ba6753a81aa13"
|
||||
"sha2": "2c0695fb799f92e9549bea04968f0a7db55e5084"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-do-while-statement-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' do/while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' do/while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"do-while-statement.js"
|
||||
],
|
||||
"sha1": "e6b31e8c000b83aef153563e940ba6753a81aa13",
|
||||
"sha1": "2c0695fb799f92e9549bea04968f0a7db55e5084",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a61175fe3edb3376731a61e36fbe795857288cb2"
|
||||
"sha2": "64789b8e632a3b70997ef3abb4ce031bb19cbedb"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'false'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "bc59c08d8b5b00715bbf8e852bee86bfed8d5f03",
|
||||
"sha1": "6f781fd1c75a5c824323b66e61fb2717755b4753",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0e8162ddf892bf944707eefa68da4d8c3097ee5e"
|
||||
"sha2": "4973cc5fa83113e784f59efc0e9e2bee97ac8a4d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'false'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "0e8162ddf892bf944707eefa68da4d8c3097ee5e",
|
||||
"sha1": "4973cc5fa83113e784f59efc0e9e2bee97ac8a4d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "827e84992521a53a4672e7487814a3d904570c3c"
|
||||
"sha2": "6bd0e7e033d1921b69c9740f08c5575c7e5e6ee1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'false'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "827e84992521a53a4672e7487814a3d904570c3c",
|
||||
"sha1": "6bd0e7e033d1921b69c9740f08c5575c7e5e6ee1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8ad16f2c510212119c87a32df1d0661c7f091533"
|
||||
"sha2": "b2db9c4bb0b3a8d6b68d683e8513b2f6efedb44b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'false'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "8ad16f2c510212119c87a32df1d0661c7f091533",
|
||||
"sha1": "b2db9c4bb0b3a8d6b68d683e8513b2f6efedb44b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5665bce4ee27c2b5f56afbc88b0ca17f85902c6a"
|
||||
"sha2": "dd9ec604931ffffba1b6c7bd4773ec8ac5418804"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'false'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "5665bce4ee27c2b5f56afbc88b0ca17f85902c6a",
|
||||
"sha1": "dd9ec604931ffffba1b6c7bd4773ec8ac5418804",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5e7609a2a963055a420461b6743e96adb7cf9b88"
|
||||
"sha2": "4b8dddf41a7b9ac76de8ff5eb1327fb0bd1f8dcb"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'false'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'false'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "5e7609a2a963055a420461b6743e96adb7cf9b88",
|
||||
"sha1": "4b8dddf41a7b9ac76de8ff5eb1327fb0bd1f8dcb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1a3f66f5555eef7dbe41dd82451d089a5c3648d6"
|
||||
"sha2": "2f2527a35cc4511ba3e91e4360f61e56f20d9c3e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-false-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"false.js"
|
||||
],
|
||||
"sha1": "1a3f66f5555eef7dbe41dd82451d089a5c3648d6",
|
||||
"sha1": "2f2527a35cc4511ba3e91e4360f61e56f20d9c3e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "87ef7d96585dfee34d9371968cd3cbec7f8a1d97"
|
||||
"sha2": "7f7c1c904ffcc4ea539925a1d336147d84fd90b8"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'thing in things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'thing in things' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "12a3949b01e7ecc688735f731b84ba631a80c1c1",
|
||||
"sha1": "1e9729897fa1da1617386fa8da290df973dadc93",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "568db4c6d69437c83ad4d9eece85fb2d40203527"
|
||||
"sha2": "e5d8b7d6f07410e2fa00bbec5718bbdf061166fa"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'item in items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'item in items' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'thing in things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'thing in things' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "568db4c6d69437c83ad4d9eece85fb2d40203527",
|
||||
"sha1": "e5d8b7d6f07410e2fa00bbec5718bbdf061166fa",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "424256ee4d0b8003e66b38b569c8a5200616560e"
|
||||
"sha2": "6c8ba52447c2faf8fed1eba65cd64c643003461f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'items' identifier with the 'things' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'items' identifier with the 'things' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier in the thing() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier in the thing() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -174,9 +168,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "424256ee4d0b8003e66b38b569c8a5200616560e",
|
||||
"sha1": "6c8ba52447c2faf8fed1eba65cd64c643003461f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e57446ddf477ccf71ad7f59e4a935f2fb09bdad9"
|
||||
"sha2": "bc392f77e718987c79b53126053665c245b163ac"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-replacement-test",
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -236,8 +229,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'things' identifier with the 'items' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'things' identifier with the 'items' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +256,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier in the item() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier in the item() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -274,9 +265,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "e57446ddf477ccf71ad7f59e4a935f2fb09bdad9",
|
||||
"sha1": "bc392f77e718987c79b53126053665c245b163ac",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e652cb33755d7d6c916910cdec530b0608efc157"
|
||||
"sha2": "da2eb693e4cc262362cb81c3fdd040af92eecc42"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-delete-replacement-test",
|
||||
@ -296,8 +287,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'item in items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'item in items' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -312,8 +302,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'thing in things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'thing in things' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +317,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'item in items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'item in items' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -338,9 +326,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "e652cb33755d7d6c916910cdec530b0608efc157",
|
||||
"sha1": "da2eb693e4cc262362cb81c3fdd040af92eecc42",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f7bdd90fd30fb31f8b8c9e2c2ccfd43f327cb9cf"
|
||||
"sha2": "210a8ed2aa30b91ca470694492daa7412c616d58"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-delete-test",
|
||||
@ -360,8 +348,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'thing in things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'thing in things' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -370,9 +357,9 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "f7bdd90fd30fb31f8b8c9e2c2ccfd43f327cb9cf",
|
||||
"sha1": "210a8ed2aa30b91ca470694492daa7412c616d58",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2f59732701f26c61644d9cfde92375851a7d6ec4"
|
||||
"sha2": "89852450722771842d4365c760a1403957fc7c96"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-in-statement-delete-rest-test",
|
||||
@ -392,8 +379,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'item in items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'item in items' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -402,7 +388,7 @@
|
||||
"filePaths": [
|
||||
"for-in-statement.js"
|
||||
],
|
||||
"sha1": "2f59732701f26c61644d9cfde92375851a7d6ec4",
|
||||
"sha1": "89852450722771842d4365c760a1403957fc7c96",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "92dce519bc0a25951a62cfcf3a1069969a20938c"
|
||||
"sha2": "e572fcdd9abd2fa13fdff57a3afd8b3c43a6c6a0"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'key in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'key in something && i = 0; i < n; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "2762aadfb1df20b18044fd4529c8cd573d357cc9",
|
||||
"sha1": "954a81d340fc574299386d998fb6cd667fe875ce",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "adad02fe14bb8fefc9437fed0725b7b49b837d04"
|
||||
"sha2": "8e7957d2f5b2ec1db4345678a2abc67205202d7f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'otherKey in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'otherKey in something && i = 0; i < n; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'key in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'key in something && i = 0; i < n; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "adad02fe14bb8fefc9437fed0725b7b49b837d04",
|
||||
"sha1": "8e7957d2f5b2ec1db4345678a2abc67205202d7f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1f3fc5b85a5281e578b3304181604b65217349e9"
|
||||
"sha2": "8aafa0ba7361d24eecc7b67f364b96fb0e1783d9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'otherKey' identifier with the 'key' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'otherKey' identifier with the 'key' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'doOtherSomething' identifier with the 'doSomething' identifier in the doSomething() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'doOtherSomething' identifier with the 'doSomething' identifier in the doSomething() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "1f3fc5b85a5281e578b3304181604b65217349e9",
|
||||
"sha1": "8aafa0ba7361d24eecc7b67f364b96fb0e1783d9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "14938b92d64697c66364baabc4277e0cd925f9d9"
|
||||
"sha2": "ba14e6d7fb2d573306e97d6440a31bfd4ba358f7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'key' identifier with the 'otherKey' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'key' identifier with the 'otherKey' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'doSomething' identifier with the 'doOtherSomething' identifier in the doOtherSomething() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'doSomething' identifier with the 'doOtherSomething' identifier in the doOtherSomething() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "14938b92d64697c66364baabc4277e0cd925f9d9",
|
||||
"sha1": "ba14e6d7fb2d573306e97d6440a31bfd4ba358f7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "44b34c087ea7c44395cd8fc72818925eeb24b67e"
|
||||
"sha2": "99930dbd3a9f28d37aeda9c4746c210df0912e72"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'otherKey in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'otherKey in something && i = 0; i < n; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'key in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'key in something && i = 0; i < n; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'otherKey in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'otherKey in something && i = 0; i < n; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "44b34c087ea7c44395cd8fc72818925eeb24b67e",
|
||||
"sha1": "99930dbd3a9f28d37aeda9c4746c210df0912e72",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8db9fc5ca6b6b08b797cf0954a326b1d72e32657"
|
||||
"sha2": "eb0f914082b22114ac7e3a487bec4dae17770ebc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'key in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'key in something && i = 0; i < n; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "8db9fc5ca6b6b08b797cf0954a326b1d72e32657",
|
||||
"sha1": "eb0f914082b22114ac7e3a487bec4dae17770ebc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4c3269d570707ef8b45c8660494d318fa4e49614"
|
||||
"sha2": "d5ae13f5b72c809e77f06665c3eae01cfcf76533"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-loop-with-in-statement-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'otherKey in something && i = 0; i < n; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'otherKey in something && i = 0; i < n; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"for-loop-with-in-statement.js"
|
||||
],
|
||||
"sha1": "4c3269d570707ef8b45c8660494d318fa4e49614",
|
||||
"sha1": "d5ae13f5b72c809e77f06665c3eae01cfcf76533",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ca4c516f2d2c350b12fd36007d5c8ec2f5d6fe42"
|
||||
"sha2": "65cf271429cfd2f26c112bf377c0fc4f8d79cba4"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'item of items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'item of items' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "5079af56f5049cde622a571fb286589b471549e5",
|
||||
"sha1": "89db44a937a7093bce4f9707fef198d801d1df6c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7897caa7d3f395e6fc8421235775076903bfeea3"
|
||||
"sha2": "2446083ac07858819361d2b6f4d56e5acb211e1f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'thing of things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'thing of things' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'item of items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'item of items' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "7897caa7d3f395e6fc8421235775076903bfeea3",
|
||||
"sha1": "2446083ac07858819361d2b6f4d56e5acb211e1f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "764b4aec6e49bf027190ab1e5083bdd35a055279"
|
||||
"sha2": "3ef3da8fb378a9e3eb0481df414aeebd601a9c58"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'things' identifier with the 'items' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'things' identifier with the 'items' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier in the process(item) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'thing' identifier with the 'item' identifier in the process(item) function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -174,9 +168,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "764b4aec6e49bf027190ab1e5083bdd35a055279",
|
||||
"sha1": "3ef3da8fb378a9e3eb0481df414aeebd601a9c58",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ed8939173ee392ec35dd13ff8fee4d4c6f93f985"
|
||||
"sha2": "27d445ebbe6a2d1428363a86b0d8a72f7c3a1fa7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-replacement-test",
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -236,8 +229,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'items' identifier with the 'things' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'items' identifier with the 'things' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +256,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier in the process(thing) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'item' identifier with the 'thing' identifier in the process(thing) function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -274,9 +265,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "ed8939173ee392ec35dd13ff8fee4d4c6f93f985",
|
||||
"sha1": "27d445ebbe6a2d1428363a86b0d8a72f7c3a1fa7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8be63f36f0484ba36f2de2a06801fe411b1b6bbc"
|
||||
"sha2": "7c22bba4de0d72a6896a92034976544f0cf981d9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-delete-replacement-test",
|
||||
@ -296,8 +287,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'thing of things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'thing of things' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -312,8 +302,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'item of items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'item of items' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +317,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'thing of things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'thing of things' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -338,9 +326,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "8be63f36f0484ba36f2de2a06801fe411b1b6bbc",
|
||||
"sha1": "7c22bba4de0d72a6896a92034976544f0cf981d9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ae793daccac506e88da2f1d9e5bbe6a63f0c57e8"
|
||||
"sha2": "9a4e4fb16b79c73d23f19d5e01de22370f426681"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-delete-test",
|
||||
@ -360,8 +348,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'item of items' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'item of items' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -370,9 +357,9 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "ae793daccac506e88da2f1d9e5bbe6a63f0c57e8",
|
||||
"sha1": "9a4e4fb16b79c73d23f19d5e01de22370f426681",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "99cbdc5330a41c478311d2cdf679409e67ebb255"
|
||||
"sha2": "cf9946632e343e7067c51a06f3e18f62fabbdb54"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-of-statement-delete-rest-test",
|
||||
@ -392,8 +379,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'thing of things' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'thing of things' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -402,7 +388,7 @@
|
||||
"filePaths": [
|
||||
"for-of-statement.js"
|
||||
],
|
||||
"sha1": "99cbdc5330a41c478311d2cdf679409e67ebb255",
|
||||
"sha1": "cf9946632e343e7067c51a06f3e18f62fabbdb54",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c1166aa59e4b025c51e2a166a47413eba325ff1d"
|
||||
"sha2": "67ef9e8da7b64fdbdf370b43e4c780e28ae9efdf"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i = 0, init(); i < 10; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i = 0, init(); i < 10; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "758306debb6130fc8710a0ff09833d692791db56",
|
||||
"sha1": "de443cf00be9a98ac907413bfb98ae7b8db27831",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "00bf00e6840e200b9b83516547c531a2ff3898b1"
|
||||
"sha2": "ee7de8213f031a170e082ef6e72ed09cb1c78ddd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i = 0, init(); i < 100; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i = 0, init(); i < 100; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i = 0, init(); i < 10; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i = 0, init(); i < 10; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "00bf00e6840e200b9b83516547c531a2ff3898b1",
|
||||
"sha1": "ee7de8213f031a170e082ef6e72ed09cb1c78ddd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0b2091d8a227a635eb9bb3aa3ce14b284b77180a"
|
||||
"sha2": "3561a122a3823f4dae34a38b8308a08c84dd96f8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '100' with '10'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '100' with '10'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "0b2091d8a227a635eb9bb3aa3ce14b284b77180a",
|
||||
"sha1": "3561a122a3823f4dae34a38b8308a08c84dd96f8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "27c0f25dae543a46ab393cf49fc8202434805502"
|
||||
"sha2": "45cc625c20823056b697a08119111b3849855d04"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '10' with '100'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '10' with '100'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "27c0f25dae543a46ab393cf49fc8202434805502",
|
||||
"sha1": "45cc625c20823056b697a08119111b3849855d04",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7696ee1c7f9e18ee1117c40c2d37d07a11f1f5df"
|
||||
"sha2": "634af4fd56a8cb4fb227f1505cad159b0aab1036"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i = 0, init(); i < 100; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i = 0, init(); i < 100; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i = 0, init(); i < 10; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i = 0, init(); i < 10; i++' for statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i = 0, init(); i < 100; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i = 0, init(); i < 100; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "7696ee1c7f9e18ee1117c40c2d37d07a11f1f5df",
|
||||
"sha1": "634af4fd56a8cb4fb227f1505cad159b0aab1036",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4a93852bc579797f9f5de1e47fce59cfc8b2497f"
|
||||
"sha2": "ae4347d2058f6cd47934f4b95215446aaa82b749"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i = 0, init(); i < 10; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i = 0, init(); i < 10; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "4a93852bc579797f9f5de1e47fce59cfc8b2497f",
|
||||
"sha1": "ae4347d2058f6cd47934f4b95215446aaa82b749",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c1968c262d5b3c83c9187948709acbbc9f620462"
|
||||
"sha2": "aa911951d4d68356f23d3090ab0bddf3d9f5c6f1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-for-statement-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i = 0, init(); i < 100; i++' for statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i = 0, init(); i < 100; i++' for statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"for-statement.js"
|
||||
],
|
||||
"sha1": "c1968c262d5b3c83c9187948709acbbc9f620462",
|
||||
"sha1": "aa911951d4d68356f23d3090ab0bddf3d9f5c6f1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d7c7a2ed324c7355ba6fc63705b6b879afd92c14"
|
||||
"sha2": "4e9ef9bf5e742b75d10cac3498f637ab763b6c99"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(1, \"string\", …, true)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(1, \"string\", …, true)' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "39371fc387de287b5fed01670ecb6d42834d9558",
|
||||
"sha1": "667c51b29a73971928a1be313c249304f3828099",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b7a3a181908a1f263066ded0b6ffd54f76caf38f"
|
||||
"sha2": "192575f8455ac438aa0cbfab74d84d4183377778"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(1, \"otherString\", …, false)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(1, \"otherString\", …, false)' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(1, \"string\", …, true)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(1, \"string\", …, true)' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "b7a3a181908a1f263066ded0b6ffd54f76caf38f",
|
||||
"sha1": "192575f8455ac438aa0cbfab74d84d4183377778",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c0233e25160450709ba8e3b1e9b3c728816e329f"
|
||||
"sha2": "1acb1db7befa63bf81039b1201e46d1c93f89aa6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"otherString\" string with the \"string\" string in the someFunction(1, \"string\", …, true) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"otherString\" string with the \"string\" string in the someFunction(1, \"string\", …, true) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the someFunction(1, \"string\", …, true) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the someFunction(1, \"string\", …, true) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -164,8 +159,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the someFunction(1, \"string\", …, true) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the someFunction(1, \"string\", …, true) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +186,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the console.log(a) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the console.log(a) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -220,8 +213,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the someFunction(1, \"string\", …, true) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the someFunction(1, \"string\", …, true) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -248,8 +240,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced 'false' with 'true' in the someFunction(1, \"string\", …, true) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced 'false' with 'true' in the someFunction(1, \"string\", …, true) function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "c0233e25160450709ba8e3b1e9b3c728816e329f",
|
||||
"sha1": "1acb1db7befa63bf81039b1201e46d1c93f89aa6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ec2a13df058c25b9f4e873aeef08c968213e3a30"
|
||||
"sha2": "1ef1f93e8742c827b5e36dce1b2a58d084940f00"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-replacement-test",
|
||||
@ -292,8 +283,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"string\" string with the \"otherString\" string in the someFunction(1, \"otherString\", …, false) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"string\" string with the \"otherString\" string in the someFunction(1, \"otherString\", …, false) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -320,8 +310,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the someFunction(1, \"otherString\", …, false) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the someFunction(1, \"otherString\", …, false) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -348,8 +337,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the someFunction(1, \"otherString\", …, false) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the someFunction(1, \"otherString\", …, false) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -376,8 +364,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the console.log(b) method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the console.log(b) method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -404,8 +391,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the someFunction(1, \"otherString\", …, false) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the someFunction(1, \"otherString\", …, false) function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -432,8 +418,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced 'true' with 'false' in the someFunction(1, \"otherString\", …, false) function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced 'true' with 'false' in the someFunction(1, \"otherString\", …, false) function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -442,9 +427,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "ec2a13df058c25b9f4e873aeef08c968213e3a30",
|
||||
"sha1": "1ef1f93e8742c827b5e36dce1b2a58d084940f00",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2a065e7cc65868acd59182dd9ee7aa71f581be6f"
|
||||
"sha2": "9610dd7ef8edff8b65d81c889cb22aa5efb67019"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-delete-replacement-test",
|
||||
@ -464,8 +449,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(1, \"otherString\", …, false)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(1, \"otherString\", …, false)' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -480,8 +464,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(1, \"string\", …, true)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(1, \"string\", …, true)' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -496,8 +479,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(1, \"otherString\", …, false)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(1, \"otherString\", …, false)' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -506,9 +488,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "2a065e7cc65868acd59182dd9ee7aa71f581be6f",
|
||||
"sha1": "9610dd7ef8edff8b65d81c889cb22aa5efb67019",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b56a80a0b9ce5ff95b4ec2417ff4770ac5d7d5b5"
|
||||
"sha2": "ad2d4d347fb4551d07b8970a27634569e6f9b789"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-delete-test",
|
||||
@ -528,8 +510,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(1, \"string\", …, true)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(1, \"string\", …, true)' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -538,9 +519,9 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "b56a80a0b9ce5ff95b4ec2417ff4770ac5d7d5b5",
|
||||
"sha1": "ad2d4d347fb4551d07b8970a27634569e6f9b789",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "202a515a4ca63fa61a58a82ea1d5bcd10515da8c"
|
||||
"sha2": "953921a66be0d1ed61bf4db6884cd0ad0a057f07"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-args-delete-rest-test",
|
||||
@ -560,8 +541,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(1, \"otherString\", …, false)' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(1, \"otherString\", …, false)' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -570,7 +550,7 @@
|
||||
"filePaths": [
|
||||
"function-call-args.js"
|
||||
],
|
||||
"sha1": "202a515a4ca63fa61a58a82ea1d5bcd10515da8c",
|
||||
"sha1": "953921a66be0d1ed61bf4db6884cd0ad0a057f07",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "989abe2f89480b24702666d42becea8aa3dd9356"
|
||||
"sha2": "6f3b3d0ccb1f85f9dd79220ea588b11e540d7290"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "2920543b3620bcf0c44e9f14e9b9173b7ffaaf74",
|
||||
"sha1": "4b213c3b88b5e8aace51dfa0379aaa8de01536b8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7fb60101d44227f815b26e0ddf7192c814147c0a"
|
||||
"sha2": "77cb0c7af7488197be59308f1296a909bd4dc5b6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(arg1, \"arg2\")' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "7fb60101d44227f815b26e0ddf7192c814147c0a",
|
||||
"sha1": "77cb0c7af7488197be59308f1296a909bd4dc5b6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b8ef71202991eb150947127c3d627dfefbfb9cbd"
|
||||
"sha2": "1b4585f4d837d2412aa2349b729616df4be4dfc3"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"arg3\" string with the \"arg2\" string in the someFunction(arg1, \"arg2\") function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"arg3\" string with the \"arg2\" string in the someFunction(arg1, \"arg2\") function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "b8ef71202991eb150947127c3d627dfefbfb9cbd",
|
||||
"sha1": "1b4585f4d837d2412aa2349b729616df4be4dfc3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1c6634e5803e9eae248fb104c87d95b7ca4911f3"
|
||||
"sha2": "ff9cd97499db7659134fc3f9c3eede631ffcf43b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"arg2\" string with the \"arg3\" string in the someFunction(arg1, \"arg3\") function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"arg2\" string with the \"arg3\" string in the someFunction(arg1, \"arg3\") function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "1c6634e5803e9eae248fb104c87d95b7ca4911f3",
|
||||
"sha1": "ff9cd97499db7659134fc3f9c3eede631ffcf43b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "89d68d8b51fcfcf79005c5616ee95351c6eb9d61"
|
||||
"sha2": "40ae68e40bb296a0fed10ad139a32c0bdd48c91d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'someFunction(arg1, \"arg3\")' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "89d68d8b51fcfcf79005c5616ee95351c6eb9d61",
|
||||
"sha1": "40ae68e40bb296a0fed10ad139a32c0bdd48c91d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "25b62ac788457989d53e49e35e947be2120e91d4"
|
||||
"sha2": "97b784a48b8ba2ab17d9fb5e690fdd5e27995053"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg2\")' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "25b62ac788457989d53e49e35e947be2120e91d4",
|
||||
"sha1": "97b784a48b8ba2ab17d9fb5e690fdd5e27995053",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d67336b7b60950bf99ef6777a6d25cd8a6cb57a6"
|
||||
"sha2": "4ab24690a7b34511675eb6c179c5b85a382c7952"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-call-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'someFunction(arg1, \"arg3\")' function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"function-call.js"
|
||||
],
|
||||
"sha1": "d67336b7b60950bf99ef6777a6d25cd8a6cb57a6",
|
||||
"sha1": "4ab24690a7b34511675eb6c179c5b85a382c7952",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b0e9ef95e61d208d86142a5e5682fe30ceb18c8b"
|
||||
"sha2": "35a769b31d29eac1dc0307402e6e2698e71177ac"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(arg1, arg2) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "67cbf8843e0286f8dda242b238d30efab57d6790",
|
||||
"sha1": "9cd120dd3b152d83f8eea69dfe22940d1acbf177",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2717b5aa509e14dfd94842eea00ca66111a015be"
|
||||
"sha2": "654ce2cc1260f48fb82edbd0cc5926f11c877700"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(arg1, arg2) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(arg1, arg2) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "2717b5aa509e14dfd94842eea00ca66111a015be",
|
||||
"sha1": "654ce2cc1260f48fb82edbd0cc5926f11c877700",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f98962b37651faa3154d25fe2828a12df02992d8"
|
||||
"sha2": "d935758b74f8e47e1475010591b39e545d5ecc7a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg1' identifier with the 'arg2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg1' identifier with the 'arg2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "f98962b37651faa3154d25fe2828a12df02992d8",
|
||||
"sha1": "d935758b74f8e47e1475010591b39e545d5ecc7a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2b9d37d0871a1c8f0a50842e50cab572f55d07db"
|
||||
"sha2": "8c1abbc8823d22df989efd04e0bcc27c2342b00d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg2' identifier with the 'arg1' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg2' identifier with the 'arg1' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "2b9d37d0871a1c8f0a50842e50cab572f55d07db",
|
||||
"sha1": "8c1abbc8823d22df989efd04e0bcc27c2342b00d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1bec33037691d4c4d97117aa1a1550a1a0d3113f"
|
||||
"sha2": "0dbbe59af8673a1a5d7ef30f3feed1d050360f91"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added an anonymous(arg1, arg2) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "1bec33037691d4c4d97117aa1a1550a1a0d3113f",
|
||||
"sha1": "0dbbe59af8673a1a5d7ef30f3feed1d050360f91",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "189c17d7869e4ec45865288472d5616e6f934389"
|
||||
"sha2": "aae7da5266e45976f3617b3d9068bbba2b814869"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "189c17d7869e4ec45865288472d5616e6f934389",
|
||||
"sha1": "aae7da5266e45976f3617b3d9068bbba2b814869",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "54e8366ab2c4558cf28dd50f6939ae84738caa6c"
|
||||
"sha2": "183393122ec9e9b0bc8b67482c0435aec3fa76a6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-function-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted an anonymous(arg1, arg2) function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"function.js"
|
||||
],
|
||||
"sha1": "54e8366ab2c4558cf28dd50f6939ae84738caa6c",
|
||||
"sha1": "183393122ec9e9b0bc8b67482c0435aec3fa76a6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ea75c493779d6c65e44c59733f6073e0be814d0b"
|
||||
"sha2": "f0f1ee84b62e5f9e91523c1e29c3469ab06fefdf"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'generateStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'generateStuff' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "4e58cc6cacea1897b6ba0b9d766f0ba965b0c8fa",
|
||||
"sha1": "5190dfa16aab4d1416b5dad47a3f9cc704af1fae",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "18a0e0a3a3ce01a9032d344cc27e74ceb4ca309f"
|
||||
"sha2": "d7eb5084f8ee88c7b9f3657c9c05d72e4329c5c7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'generateNewStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'generateNewStuff' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'generateStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'generateStuff' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "18a0e0a3a3ce01a9032d344cc27e74ceb4ca309f",
|
||||
"sha1": "d7eb5084f8ee88c7b9f3657c9c05d72e4329c5c7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "23285112861e1d2fe617efdb23c5d51bf4075224"
|
||||
"sha2": "9a1ba4ab7ac42607d9eacb0e871763a2bfe06221"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'generateNewStuff' identifier with the 'generateStuff' identifier in the generateStuff function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'generateNewStuff' identifier with the 'generateStuff' identifier in the generateStuff function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "23285112861e1d2fe617efdb23c5d51bf4075224",
|
||||
"sha1": "9a1ba4ab7ac42607d9eacb0e871763a2bfe06221",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3cd99e8cbe1ba540886b65b6921ec1cf01fb79ca"
|
||||
"sha2": "7ed14c167f2304005ed80d19a4019dfe9b3d9818"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'generateStuff' identifier with the 'generateNewStuff' identifier in the generateNewStuff function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'generateStuff' identifier with the 'generateNewStuff' identifier in the generateNewStuff function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "3cd99e8cbe1ba540886b65b6921ec1cf01fb79ca",
|
||||
"sha1": "7ed14c167f2304005ed80d19a4019dfe9b3d9818",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "afe62cf42a38e09a30d1e289c2197445039c4d8b"
|
||||
"sha2": "fd15cd2ea8a79ab44aefbe49e0cefa5d77567210"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'generateNewStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'generateNewStuff' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'generateStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'generateStuff' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'generateNewStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'generateNewStuff' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "afe62cf42a38e09a30d1e289c2197445039c4d8b",
|
||||
"sha1": "fd15cd2ea8a79ab44aefbe49e0cefa5d77567210",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b8554280a32f48d22eff39b921432c8148f2e602"
|
||||
"sha2": "f7461e2154cb8c35bd33d73880ac8ce6fed13968"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'generateStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'generateStuff' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "b8554280a32f48d22eff39b921432c8148f2e602",
|
||||
"sha1": "f7461e2154cb8c35bd33d73880ac8ce6fed13968",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "015cdf9ee2145bcf4de97926d0df3d30f5f4b23e"
|
||||
"sha2": "d6e72611d7be249f33d8283e3fd246ba10119a64"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-generator-function-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'generateNewStuff' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'generateNewStuff' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"generator-function.js"
|
||||
],
|
||||
"sha1": "015cdf9ee2145bcf4de97926d0df3d30f5f4b23e",
|
||||
"sha1": "d6e72611d7be249f33d8283e3fd246ba10119a64",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "bb0f797d0ecd6410261347f4bb4a9d7ec2dbd9e8"
|
||||
"sha2": "dac1b3637553f83bfd1567e914a0236f9b41b9ec"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "326c0b42a3c17cfb9c231515f4cbe3c81c621f1c",
|
||||
"sha1": "49074a4800a61fa651152d1ed712c66519fafbeb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "820fa9e9590b2599eceae072c5f58cdbdb9a537c"
|
||||
"sha2": "7c6643be086c41a5cd376fbf7b36e2f7d33bc1bf"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar2' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "820fa9e9590b2599eceae072c5f58cdbdb9a537c",
|
||||
"sha1": "7c6643be086c41a5cd376fbf7b36e2f7d33bc1bf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2d5f6d80071c263cbc273856778d3251ce74517f"
|
||||
"sha2": "9714f432aec25fb2318e2dab9f9b2a78fc5cb22f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'theVar2' identifier with the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'theVar2' identifier with the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "2d5f6d80071c263cbc273856778d3251ce74517f",
|
||||
"sha1": "9714f432aec25fb2318e2dab9f9b2a78fc5cb22f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3f31f4a9c07a65eb2798133713f2f34fcee799c8"
|
||||
"sha2": "93fd36c156a2e1bd23e2e5777f4b5b7e7a82c7cb"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'theVar' identifier with the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'theVar' identifier with the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "3f31f4a9c07a65eb2798133713f2f34fcee799c8",
|
||||
"sha1": "93fd36c156a2e1bd23e2e5777f4b5b7e7a82c7cb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fd58b769ec4b48c0bee68cfe834c8bb1adcdb516"
|
||||
"sha2": "cfb79cbb2bcd620edb55c909983e5e631a08c863"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar2' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "fd58b769ec4b48c0bee68cfe834c8bb1adcdb516",
|
||||
"sha1": "cfb79cbb2bcd620edb55c909983e5e631a08c863",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2a566f75e47f4106c9d875d7090b32ba869ed332"
|
||||
"sha2": "106dff12bfb07dc175748db3ce6f8a6ace4a561a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "2a566f75e47f4106c9d875d7090b32ba869ed332",
|
||||
"sha1": "106dff12bfb07dc175748db3ce6f8a6ace4a561a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ebe92c64b9f8a0a4b422493d741cff603d82974b"
|
||||
"sha2": "947a90cdedee234b01c85052f7bb112fb1e7eae0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-identifier-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"identifier.js"
|
||||
],
|
||||
"sha1": "ebe92c64b9f8a0a4b422493d741cff603d82974b",
|
||||
"sha1": "947a90cdedee234b01c85052f7bb112fb1e7eae0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "35dca27c6725f2defede78609517066c5e1b30dc"
|
||||
"sha2": "d7c66b2feea9aa25c92f9e3005737bcd96679136"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "9791d662a9cbd0fe8d9219fcf7550a3417954956",
|
||||
"sha1": "177b3db7ca070dc750876553a0cd7fde8b5df54c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7af553e3a57c0d33f2c020598c2f05db9398f594"
|
||||
"sha2": "fd499e58d749df1da475f0d6033825f265734210"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "7af553e3a57c0d33f2c020598c2f05db9398f594",
|
||||
"sha1": "fd499e58d749df1da475f0d6033825f265734210",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "651c15bb59c428793be04e7072f6d137832df250"
|
||||
"sha2": "1f6c19a2b78ca415ac6e06f69c051ba6c23a250e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' if statement with the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' if statement with the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "651c15bb59c428793be04e7072f6d137832df250",
|
||||
"sha1": "1f6c19a2b78ca415ac6e06f69c051ba6c23a250e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "15b975c4d4e28f674c65de1da47ba66daafc29bf"
|
||||
"sha2": "946c2d3269de0a2f284a9922b8da111323729827"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'x' if statement with the 'a' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'x' if statement with the 'a' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "15b975c4d4e28f674c65de1da47ba66daafc29bf",
|
||||
"sha1": "946c2d3269de0a2f284a9922b8da111323729827",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2ee5946e894b4aa6269be6efb6f47f568208cbba"
|
||||
"sha2": "71792b4ff0291e41c9e3ec3157abfea9cd67daa7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "2ee5946e894b4aa6269be6efb6f47f568208cbba",
|
||||
"sha1": "71792b4ff0291e41c9e3ec3157abfea9cd67daa7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "afba47fff506da21a377692c35e52c9777ffa56b"
|
||||
"sha2": "95edd1d597a111bbe508c047a0f75d0342b35cea"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "afba47fff506da21a377692c35e52c9777ffa56b",
|
||||
"sha1": "95edd1d597a111bbe508c047a0f75d0342b35cea",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b8cf4deac8a619ffabbbb6619640509d2a12f6af"
|
||||
"sha2": "58fd81ed8b29ab258997ccdcb2a0602e64748fc8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-else-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"if-else.js"
|
||||
],
|
||||
"sha1": "b8cf4deac8a619ffabbbb6619640509d2a12f6af",
|
||||
"sha1": "58fd81ed8b29ab258997ccdcb2a0602e64748fc8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2d5d9ee14704ef70452e42e144662eceacdb562d"
|
||||
"sha2": "73e8a48299a8c408fadbf83077ab1e56ea81b5b0"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "019ed2c1f543531ab1678c9fcd7dd223ad5ca8b2",
|
||||
"sha1": "12025ea457b9f71f1c34d8354dcfef593fccd770",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a4b4113212a03138f0546396dfb35170538bb846"
|
||||
"sha2": "be1ba1d9246e11b23be78baf2717476ab716b9bf"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a.b' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a.b' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "a4b4113212a03138f0546396dfb35170538bb846",
|
||||
"sha1": "be1ba1d9246e11b23be78baf2717476ab716b9bf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "874a29b843b633497b98f99ab606daa42e02402f"
|
||||
"sha2": "c01e982383545a2a238b3a6af70f2c1268e473d6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a.b' if statement with the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a.b' if statement with the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "874a29b843b633497b98f99ab606daa42e02402f",
|
||||
"sha1": "c01e982383545a2a238b3a6af70f2c1268e473d6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "16128f22ec566f5acbb690d0ef838d6227cdd402"
|
||||
"sha2": "6040b05311f729269cebedf1d54c8038788faf89"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'x' if statement with the 'a.b' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'x' if statement with the 'a.b' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "16128f22ec566f5acbb690d0ef838d6227cdd402",
|
||||
"sha1": "6040b05311f729269cebedf1d54c8038788faf89",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9fd01fbbfa583c431e65fa74fb11ab8bfce478a5"
|
||||
"sha2": "ea9839117fdd5a20b5a49fd5bec5b0edf373e914"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a.b' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a.b' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' if statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a.b' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a.b' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "9fd01fbbfa583c431e65fa74fb11ab8bfce478a5",
|
||||
"sha1": "ea9839117fdd5a20b5a49fd5bec5b0edf373e914",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e7e84a047077fb4d105e58efd5866b2ac0a4d12a"
|
||||
"sha2": "450d9d28a46d3283979a55c31dcf4cd7fadd979b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "e7e84a047077fb4d105e58efd5866b2ac0a4d12a",
|
||||
"sha1": "450d9d28a46d3283979a55c31dcf4cd7fadd979b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c026ca9c14269cbdaa6e276375c1e6a635e93067"
|
||||
"sha2": "d96611306db475c3b49c4e6f7c2ac07fedee9c42"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-if-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a.b' if statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a.b' if statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"if.js"
|
||||
],
|
||||
"sha1": "c026ca9c14269cbdaa6e276375c1e6a635e93067",
|
||||
"sha1": "d96611306db475c3b49c4e6f7c2ac07fedee9c42",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cb6ecdcdc2f19afb8b09b417b7b3789de92bbe2c"
|
||||
"sha2": "0e12557e9a116aa82c320e964f67655fe82a8476"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"foo\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"foo\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -32,8 +31,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"aardvark\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"aardvark\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -48,8 +46,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"ant\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"ant\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +61,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"antelope\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"antelope\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -80,8 +76,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"ant-eater\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"ant-eater\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -96,8 +91,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"anaconda\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"anaconda\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +106,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"alligator\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"alligator\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -128,8 +121,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"arctic-tern\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"arctic-tern\"' import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -138,9 +130,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "79e42f5e2d2b5990e809542916065fbb29e4ec4d",
|
||||
"sha1": "969de35a1ab58e78a2a3d5cead43f25486fa0969",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fee3454c33f7cd5eab32dc5aa7e9735a955ace4f"
|
||||
"sha2": "e4961fa1bc48e9aa157a172e22fca0b5daa58610"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-replacement-insert-test",
|
||||
@ -160,8 +152,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"babirusa\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"babirusa\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -176,8 +167,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"baboon\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"baboon\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +182,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"badger\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"badger\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +197,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"bald-eagle\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"bald-eagle\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +212,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"bandicoot\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"bandicoot\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -240,8 +227,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"banteng\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"banteng\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +242,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"barbet\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"barbet\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +257,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"basilisk\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"basilisk\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -288,8 +272,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"foo\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"foo\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -304,8 +287,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"aardvark\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"aardvark\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -320,8 +302,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"ant\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"ant\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -336,8 +317,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"antelope\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"antelope\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -352,8 +332,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"ant-eater\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"ant-eater\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -368,8 +347,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"anaconda\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"anaconda\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -384,8 +362,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"alligator\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"alligator\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -400,8 +377,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"arctic-tern\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"arctic-tern\"' import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -410,9 +386,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "fee3454c33f7cd5eab32dc5aa7e9735a955ace4f",
|
||||
"sha1": "e4961fa1bc48e9aa157a172e22fca0b5daa58610",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c28f080d1c93051935cf781db3adc4d790fdd8ed"
|
||||
"sha2": "79337911d1d279db1c8f7e5c804ae138a9828ad6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-delete-insert-test",
|
||||
@ -444,8 +420,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"babirusa\" string with the \"foo\" string in the \"foo\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"babirusa\" string with the \"foo\" string in the \"foo\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -472,8 +447,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"baboon\" string with the \"aardvark\" string in the \"aardvark\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"baboon\" string with the \"aardvark\" string in the \"aardvark\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -500,8 +474,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'otherName' identifier with the 'name' identifier in the \"aardvark\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'otherName' identifier with the 'name' identifier in the \"aardvark\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -528,8 +501,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"badger\" string with the \"ant\" string in the \"ant\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"badger\" string with the \"ant\" string in the \"ant\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -556,8 +528,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element' identifier with the 'member' identifier in the \"ant\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element' identifier with the 'member' identifier in the \"ant\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -584,8 +555,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"bald-eagle\" string with the \"antelope\" string in the \"antelope\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"bald-eagle\" string with the \"antelope\" string in the \"antelope\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -612,8 +582,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"antelope\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"antelope\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -640,8 +609,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"antelope\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"antelope\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -668,8 +636,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"bandicoot\" string with the \"ant-eater\" string in the \"ant-eater\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"bandicoot\" string with the \"ant-eater\" string in the \"ant-eater\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -696,8 +663,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"ant-eater\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"ant-eater\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -724,8 +690,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"ant-eater\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"ant-eater\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -752,8 +717,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'elementAlias2' identifier with the 'alias2' identifier in the \"ant-eater\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'elementAlias2' identifier with the 'alias2' identifier in the \"ant-eater\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -780,8 +744,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"banteng\" string with the \"anaconda\" string in the \"anaconda\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"banteng\" string with the \"anaconda\" string in the \"anaconda\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -808,8 +771,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"anaconda\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element1' identifier with the 'member1' identifier in the \"anaconda\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -836,8 +798,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"anaconda\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element2' identifier with the 'member2' identifier in the \"anaconda\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -864,8 +825,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'elementAlias2' identifier with the 'alias2' identifier in the \"anaconda\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'elementAlias2' identifier with the 'alias2' identifier in the \"anaconda\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -892,8 +852,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"barbet\" string with the \"alligator\" string in the \"alligator\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"barbet\" string with the \"alligator\" string in the \"alligator\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -920,8 +879,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'element' identifier with the 'name' identifier in the \"alligator\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'element' identifier with the 'name' identifier in the \"alligator\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -948,8 +906,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"basilisk\" string with the \"arctic-tern\" string in the \"arctic-tern\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"basilisk\" string with the \"arctic-tern\" string in the \"arctic-tern\" import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -958,9 +915,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "c28f080d1c93051935cf781db3adc4d790fdd8ed",
|
||||
"sha1": "79337911d1d279db1c8f7e5c804ae138a9828ad6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "26fd9db0c145d7d502593173826c0f1ad31dc8d6"
|
||||
"sha2": "8d4527bce8c95528790ff0069721625d57d52453"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-replacement-test",
|
||||
@ -992,8 +949,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"foo\" string with the \"babirusa\" string in the \"babirusa\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"foo\" string with the \"babirusa\" string in the \"babirusa\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1020,8 +976,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"aardvark\" string with the \"baboon\" string in the \"baboon\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"aardvark\" string with the \"baboon\" string in the \"baboon\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1048,8 +1003,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'name' identifier with the 'otherName' identifier in the \"baboon\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'name' identifier with the 'otherName' identifier in the \"baboon\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1076,8 +1030,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"ant\" string with the \"badger\" string in the \"badger\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"ant\" string with the \"badger\" string in the \"badger\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1104,8 +1057,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member' identifier with the 'element' identifier in the \"badger\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member' identifier with the 'element' identifier in the \"badger\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1132,8 +1084,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"antelope\" string with the \"bald-eagle\" string in the \"bald-eagle\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"antelope\" string with the \"bald-eagle\" string in the \"bald-eagle\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1160,8 +1111,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"bald-eagle\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"bald-eagle\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1188,8 +1138,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"bald-eagle\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"bald-eagle\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1216,8 +1165,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"ant-eater\" string with the \"bandicoot\" string in the \"bandicoot\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"ant-eater\" string with the \"bandicoot\" string in the \"bandicoot\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1244,8 +1192,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"bandicoot\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"bandicoot\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1272,8 +1219,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"bandicoot\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"bandicoot\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1300,8 +1246,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'alias2' identifier with the 'elementAlias2' identifier in the \"bandicoot\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'alias2' identifier with the 'elementAlias2' identifier in the \"bandicoot\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1328,8 +1273,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"anaconda\" string with the \"banteng\" string in the \"banteng\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"anaconda\" string with the \"banteng\" string in the \"banteng\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1356,8 +1300,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"banteng\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member1' identifier with the 'element1' identifier in the \"banteng\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1384,8 +1327,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"banteng\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'member2' identifier with the 'element2' identifier in the \"banteng\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1412,8 +1354,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'alias2' identifier with the 'elementAlias2' identifier in the \"banteng\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'alias2' identifier with the 'elementAlias2' identifier in the \"banteng\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1440,8 +1381,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"alligator\" string with the \"barbet\" string in the \"barbet\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"alligator\" string with the \"barbet\" string in the \"barbet\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1468,8 +1408,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'name' identifier with the 'element' identifier in the \"barbet\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'name' identifier with the 'element' identifier in the \"barbet\" import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1496,8 +1435,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"arctic-tern\" string with the \"basilisk\" string in the \"basilisk\" import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"arctic-tern\" string with the \"basilisk\" string in the \"basilisk\" import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1506,9 +1444,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "26fd9db0c145d7d502593173826c0f1ad31dc8d6",
|
||||
"sha1": "8d4527bce8c95528790ff0069721625d57d52453",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4847728b759c2df8061704204aeb1b24c3d9e5f4"
|
||||
"sha2": "94fc50c3a96433235f388106a83e12feb3f0dbc5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-delete-replacement-test",
|
||||
@ -1528,8 +1466,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"babirusa\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"babirusa\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1544,8 +1481,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"baboon\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"baboon\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1560,8 +1496,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"badger\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"badger\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1576,8 +1511,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"bald-eagle\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"bald-eagle\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1592,8 +1526,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"bandicoot\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"bandicoot\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1608,8 +1541,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"banteng\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"banteng\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1624,8 +1556,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"barbet\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"barbet\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1640,8 +1571,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"basilisk\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"basilisk\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1656,8 +1586,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"foo\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"foo\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1672,8 +1601,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"aardvark\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"aardvark\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1688,8 +1616,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"ant\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"ant\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1704,8 +1631,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"antelope\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"antelope\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1720,8 +1646,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"ant-eater\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"ant-eater\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1736,8 +1661,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"anaconda\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"anaconda\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1752,8 +1676,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"alligator\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"alligator\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1768,8 +1691,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"arctic-tern\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"arctic-tern\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1784,8 +1706,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"babirusa\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"babirusa\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1800,8 +1721,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"baboon\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"baboon\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1816,8 +1736,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"badger\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"badger\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1832,8 +1751,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"bald-eagle\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"bald-eagle\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1848,8 +1766,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"bandicoot\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"bandicoot\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1864,8 +1781,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"banteng\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"banteng\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1880,8 +1796,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"barbet\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"barbet\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1896,8 +1811,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"basilisk\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"basilisk\"' import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -1906,9 +1820,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "4847728b759c2df8061704204aeb1b24c3d9e5f4",
|
||||
"sha1": "94fc50c3a96433235f388106a83e12feb3f0dbc5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c4905d598dec191b7fd2b15c8d4345ffd7077818"
|
||||
"sha2": "c6e16f8e22f889194b05370d047adee0492b212a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-delete-test",
|
||||
@ -1928,8 +1842,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"foo\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"foo\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1944,8 +1857,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"aardvark\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"aardvark\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1960,8 +1872,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"ant\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"ant\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1976,8 +1887,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"antelope\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"antelope\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -1992,8 +1902,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"ant-eater\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"ant-eater\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2008,8 +1917,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"anaconda\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"anaconda\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2024,8 +1932,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"alligator\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"alligator\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2040,8 +1947,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"arctic-tern\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"arctic-tern\"' import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2050,9 +1956,9 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "c4905d598dec191b7fd2b15c8d4345ffd7077818",
|
||||
"sha1": "c6e16f8e22f889194b05370d047adee0492b212a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2aefc12e72888e28a1b4fbc7129a1446eb798bc9"
|
||||
"sha2": "e7da09a2fb206c5b2bbe8c80573730f7c36005a6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-import-delete-rest-test",
|
||||
@ -2072,8 +1978,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"babirusa\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"babirusa\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2088,8 +1993,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"baboon\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"baboon\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2104,8 +2008,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"badger\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"badger\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2120,8 +2023,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"bald-eagle\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"bald-eagle\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2136,8 +2038,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"bandicoot\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"bandicoot\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2152,8 +2053,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"banteng\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"banteng\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2168,8 +2068,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"barbet\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"barbet\"' import statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -2184,8 +2083,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"basilisk\"' import statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"basilisk\"' import statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2194,7 +2092,7 @@
|
||||
"filePaths": [
|
||||
"import.js"
|
||||
],
|
||||
"sha1": "2aefc12e72888e28a1b4fbc7129a1446eb798bc9",
|
||||
"sha1": "e7da09a2fb206c5b2bbe8c80573730f7c36005a6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "baeaa709caa4158226fe70b8121ab16a18b17da7"
|
||||
"sha2": "5fe7b16cba1bd7450b16782afa1d3798fbb6f31c"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "2ca5d30b5fd1ebde9a1a664d1b82909706d83564",
|
||||
"sha1": "20c9fcd2968854089edd9800a50d5c4a92d8e07b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c77665677c2dd3b83ba7fefcc63b1d827ffdcce8"
|
||||
"sha2": "44a0ac752ed04f0db713416a4b71465fcb6791e5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' math assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "c77665677c2dd3b83ba7fefcc63b1d827ffdcce8",
|
||||
"sha1": "44a0ac752ed04f0db713416a4b71465fcb6791e5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c2ba4903792d6930abf7ebb660bed06435c39849"
|
||||
"sha2": "9186895045b5796889b609b6804f3ca92d100c37"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '2' with '1' in the x math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '2' with '1' in the x math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "c2ba4903792d6930abf7ebb660bed06435c39849",
|
||||
"sha1": "9186895045b5796889b609b6804f3ca92d100c37",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c96c70294daa06c57e6f14cb42372b346066a52e"
|
||||
"sha2": "708ef787fa29646989c2a62e3a38224c6e54150a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '2' in the x math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '2' in the x math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "c96c70294daa06c57e6f14cb42372b346066a52e",
|
||||
"sha1": "708ef787fa29646989c2a62e3a38224c6e54150a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4d6fe1c4cb15bf7b1801b95862c70203b5134321"
|
||||
"sha2": "dba9d03bc3f05c75c64261dc7980015b55215097"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' math assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' math assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "4d6fe1c4cb15bf7b1801b95862c70203b5134321",
|
||||
"sha1": "dba9d03bc3f05c75c64261dc7980015b55215097",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7ac20dbefc8263eb02d522920b8ddb59fdd0b6f3"
|
||||
"sha2": "4b9bb90264994d44abe5f4178554cbc9364b3fac"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "7ac20dbefc8263eb02d522920b8ddb59fdd0b6f3",
|
||||
"sha1": "4b9bb90264994d44abe5f4178554cbc9364b3fac",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8a2ae9688bfc32aab39c26627746cc570e7b65f1"
|
||||
"sha2": "c6ca546f3e99646514f92e89805309dc8ee3a519"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-assignment-operator-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' math assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' math assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"math-assignment-operator.js"
|
||||
],
|
||||
"sha1": "8a2ae9688bfc32aab39c26627746cc570e7b65f1",
|
||||
"sha1": "c6ca546f3e99646514f92e89805309dc8ee3a519",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4c3640ed0b5a448eb803d90898cfa643a6dd4b71"
|
||||
"sha2": "296397df0f0e65c6e8ab7e4962469076b890cd66"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i + j * 3 - j % 5' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i + j * 3 - j % 5' math operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "c8a29a317ded4687f422bf074dfc78c3780f2ded",
|
||||
"sha1": "94851cf65efff14a5d6caad6c5ec3055d75f6891",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "135b3432e0d4822c6691f908127689ddaf48bd21"
|
||||
"sha2": "5154551d7bb3028e34b78c57ef6e8251941c5e24"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i + j * 2 - j % 4' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i + j * 2 - j % 4' math operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i + j * 3 - j % 5' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i + j * 3 - j % 5' math operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "135b3432e0d4822c6691f908127689ddaf48bd21",
|
||||
"sha1": "5154551d7bb3028e34b78c57ef6e8251941c5e24",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3bef0fdd5c4f40c4a5842980e32ea9c294e7c1a6"
|
||||
"sha2": "fc5286a2ab8fbc26558fc824e1673af4c9444af0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '2' with '3'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '2' with '3'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '4' with '5'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '4' with '5'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "3bef0fdd5c4f40c4a5842980e32ea9c294e7c1a6",
|
||||
"sha1": "fc5286a2ab8fbc26558fc824e1673af4c9444af0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2a1f800e6611e6552c0cc03a075a948be66d821b"
|
||||
"sha2": "20ff08f05738054ae97a55afe187f062018e7b4a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '3' with '2'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '3' with '2'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '5' with '4'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '5' with '4'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "2a1f800e6611e6552c0cc03a075a948be66d821b",
|
||||
"sha1": "20ff08f05738054ae97a55afe187f062018e7b4a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "83d548b2ea37b6ff82a5d4934403fcb33b62de2b"
|
||||
"sha2": "b633411825d8d0d6e48285da3ac8a127bb5b833f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i + j * 2 - j % 4' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i + j * 2 - j % 4' math operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i + j * 3 - j % 5' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i + j * 3 - j % 5' math operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'i + j * 2 - j % 4' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'i + j * 2 - j % 4' math operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "83d548b2ea37b6ff82a5d4934403fcb33b62de2b",
|
||||
"sha1": "b633411825d8d0d6e48285da3ac8a127bb5b833f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ccc69e5cabb4346d9e6e78a680419433965bcaff"
|
||||
"sha2": "5fba7f8da7725787273fb9fdff3650ee0572bfcd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i + j * 3 - j % 5' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i + j * 3 - j % 5' math operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "ccc69e5cabb4346d9e6e78a680419433965bcaff",
|
||||
"sha1": "5fba7f8da7725787273fb9fdff3650ee0572bfcd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e12a6e350ec50729b2c8392702dea68bc4f25e19"
|
||||
"sha2": "971b37d42e25cdfa61a5023a7fbbef5321f2848a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-math-operator-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'i + j * 2 - j % 4' math operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'i + j * 2 - j % 4' math operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"math-operator.js"
|
||||
],
|
||||
"sha1": "e12a6e350ec50729b2c8392702dea68bc4f25e19",
|
||||
"sha1": "971b37d42e25cdfa61a5023a7fbbef5321f2848a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a93c385a37621e58b24c3192ac242f152296869b"
|
||||
"sha2": "86115e374d32bc9d7b6c8dd347d7ec900b501880"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y.x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "fe1724a351896c9096078d5bc7dfa8e89539cddb",
|
||||
"sha1": "372f806f1ac14eeaef4f8dd5ae1f081823efe483",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ac71d5f2e73babcd37c24cb8fade58d08652beae"
|
||||
"sha2": "a1055cc31a158a5fa654aa40427592b3d6b10c88"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y.x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y.x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "ac71d5f2e73babcd37c24cb8fade58d08652beae",
|
||||
"sha1": "a1055cc31a158a5fa654aa40427592b3d6b10c88",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "45817a82720c40b2e12c4e53e11e3a405e840783"
|
||||
"sha2": "639b924cdb7df8d54c5accd88915cc8843556868"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '0' in an assignment to y.x",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '0' in an assignment to y.x"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "45817a82720c40b2e12c4e53e11e3a405e840783",
|
||||
"sha1": "639b924cdb7df8d54c5accd88915cc8843556868",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0b254a3f1120d1cee678a827d0bf5bfb6b57156b"
|
||||
"sha2": "21f1f660aaa494d71f21feebf996dee749004e74"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '0' with '1' in an assignment to y.x",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '0' with '1' in an assignment to y.x"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "0b254a3f1120d1cee678a827d0bf5bfb6b57156b",
|
||||
"sha1": "21f1f660aaa494d71f21feebf996dee749004e74",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "24e43482adbbe8bdbb56191bc3b2ac1387049f77"
|
||||
"sha2": "62c47a061654573bb752aae3bd9ef9bcceaddf20"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y.x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y.x' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y.x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "24e43482adbbe8bdbb56191bc3b2ac1387049f77",
|
||||
"sha1": "62c47a061654573bb752aae3bd9ef9bcceaddf20",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ec5bc8a34cb2ac731d35de1a1ef2a41f479d9085"
|
||||
"sha2": "19c82c7fd6b8e019cf970ad495af8c0998610f6f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y.x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "ec5bc8a34cb2ac731d35de1a1ef2a41f479d9085",
|
||||
"sha1": "19c82c7fd6b8e019cf970ad495af8c0998610f6f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "17c753388d910dee728182ae1a1f3ad9fdce2616"
|
||||
"sha2": "c87076b2cfb63f72f222f023fe8aa0d28927632a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-assignment-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y.x' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y.x' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"member-access-assignment.js"
|
||||
],
|
||||
"sha1": "17c753388d910dee728182ae1a1f3ad9fdce2616",
|
||||
"sha1": "c87076b2cfb63f72f222f023fe8aa0d28927632a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "43c155e0e1c235f4a7a66d19b55ec670aa456167"
|
||||
"sha2": "9ca89bc6c9066b34bc18aecce4f646208c65c907"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.someProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.someProperty' member access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "34dda706308957a43236571644aff6e35d5ed5c8",
|
||||
"sha1": "8c89ac29c02f4714dc946e2824152d320b623e36",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "229478a3867e3a976746a8e8e30e79ed9383d47b"
|
||||
"sha2": "7819fe045b5f19ee470b8f0d2371d9344f6c183a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.someOtherProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.someOtherProperty' member access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.someProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.someProperty' member access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "229478a3867e3a976746a8e8e30e79ed9383d47b",
|
||||
"sha1": "7819fe045b5f19ee470b8f0d2371d9344f6c183a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "77a6c524dc810aef2a026ada74ae51db6401d399"
|
||||
"sha2": "823d52271b2d99c48216948e20cec0ba6b9d1e6e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'someOtherProperty' identifier with the 'someProperty' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'someOtherProperty' identifier with the 'someProperty' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "77a6c524dc810aef2a026ada74ae51db6401d399",
|
||||
"sha1": "823d52271b2d99c48216948e20cec0ba6b9d1e6e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a24d2c73c061cc1124a76c8d53d324f6d8d56b1b"
|
||||
"sha2": "dd0030c04fcaf1e5784706aee9760bd9904495b8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'someProperty' identifier with the 'someOtherProperty' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'someProperty' identifier with the 'someOtherProperty' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "a24d2c73c061cc1124a76c8d53d324f6d8d56b1b",
|
||||
"sha1": "dd0030c04fcaf1e5784706aee9760bd9904495b8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "397d55476cc1b66ae98e4f258055a0a5a6860f4c"
|
||||
"sha2": "88e2ad3ffa0cca807aeb6e2ea97562c04034a954"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.someOtherProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.someOtherProperty' member access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.someProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.someProperty' member access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.someOtherProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.someOtherProperty' member access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "397d55476cc1b66ae98e4f258055a0a5a6860f4c",
|
||||
"sha1": "88e2ad3ffa0cca807aeb6e2ea97562c04034a954",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5677ae58e398c0c1918513007208da0fdf21e181"
|
||||
"sha2": "2aaeaae2047b4dea6cb7f6a0851e0314b682b856"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.someProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.someProperty' member access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "5677ae58e398c0c1918513007208da0fdf21e181",
|
||||
"sha1": "2aaeaae2047b4dea6cb7f6a0851e0314b682b856",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9b5bb8a95ace1c7bf6b2017bacaaf538c41508b5"
|
||||
"sha2": "5ee7c25fc11122ae36f4a585fafbe0d0f69ed1b9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-member-access-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.someOtherProperty' member access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.someOtherProperty' member access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"member-access.js"
|
||||
],
|
||||
"sha1": "9b5bb8a95ace1c7bf6b2017bacaaf538c41508b5",
|
||||
"sha1": "5ee7c25fc11122ae36f4a585fafbe0d0f69ed1b9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "13bf09743306aea0c956273f7ead3bc1759bcee5"
|
||||
"sha2": "b5aeb51a21b78d1547cc65d09bad74c4e27f68c6"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg2\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg2\")' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "bd15264892a7cee21de72ea983762c38c1f900b7",
|
||||
"sha1": "a37267842ee6f1e161c4316af0cb35f4b632a059",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3cc7d50b45588156ba2ffcfa2d5af9ad12a00b9b"
|
||||
"sha2": "609913d4f6d79ee00e3d411b2e3915071ad635f5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg3\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg3\")' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg2\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg2\")' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "3cc7d50b45588156ba2ffcfa2d5af9ad12a00b9b",
|
||||
"sha1": "609913d4f6d79ee00e3d411b2e3915071ad635f5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6475c883d4ed36ef6f15fa3e3a12ff893f728264"
|
||||
"sha2": "33a0c4183dd058b371cce8b43c01dc788edd30f2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"arg3\" string with the \"arg2\" string in the object.someMethod(arg1, \"arg2\") method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"arg3\" string with the \"arg2\" string in the object.someMethod(arg1, \"arg2\") method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "6475c883d4ed36ef6f15fa3e3a12ff893f728264",
|
||||
"sha1": "33a0c4183dd058b371cce8b43c01dc788edd30f2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "efc3bb8710951cd60a0535ffc790eb411415c39f"
|
||||
"sha2": "b350dc1500aa52926e6cd6fedc4e04375a2f3828"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"arg2\" string with the \"arg3\" string in the object.someMethod(arg1, \"arg3\") method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"arg2\" string with the \"arg3\" string in the object.someMethod(arg1, \"arg3\") method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "efc3bb8710951cd60a0535ffc790eb411415c39f",
|
||||
"sha1": "b350dc1500aa52926e6cd6fedc4e04375a2f3828",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "92f66e257a70c7c4cfe02a2b740c995018679430"
|
||||
"sha2": "ee87a9ae5d5c4a2518eb5f7ef0b26bd9b0a371e6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg3\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg3\")' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg2\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg2\")' method call"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg3\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'object.someMethod(arg1, \"arg3\")' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "92f66e257a70c7c4cfe02a2b740c995018679430",
|
||||
"sha1": "ee87a9ae5d5c4a2518eb5f7ef0b26bd9b0a371e6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "be9128442aa9fe04e0d8adf7d386c09b65c0dc68"
|
||||
"sha2": "794adc95ac0d89beca54fc417b94eaf5ac50ec58"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg2\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg2\")' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "be9128442aa9fe04e0d8adf7d386c09b65c0dc68",
|
||||
"sha1": "794adc95ac0d89beca54fc417b94eaf5ac50ec58",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2d65956f15bf31fbf63e5c67b1b1d9c23a233b5a"
|
||||
"sha2": "db28776718addccb53343bee695b484d8a389784"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-method-call-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg3\")' method call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'object.someMethod(arg1, \"arg3\")' method call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"method-call.js"
|
||||
],
|
||||
"sha1": "2d65956f15bf31fbf63e5c67b1b1d9c23a233b5a",
|
||||
"sha1": "db28776718addccb53343bee695b484d8a389784",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e1bef609317c32e852d5067ed84baeea51868e53"
|
||||
"sha2": "7b45d5b720f557df4fbd880be8c0e292c4defdc4"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'myFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'myFunction' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "9e9c5e08a862128a46c888405ef29a584da0e923",
|
||||
"sha1": "caeacf57ee751440e4f9b9f606df460c17499bdd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f31cd7b33a288a75aa8d5b0d3488c0de723cb5dd"
|
||||
"sha2": "742ee12fc034748905977d3e1ba7818df34b9b66"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'anotherFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'anotherFunction' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'myFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'myFunction' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "f31cd7b33a288a75aa8d5b0d3488c0de723cb5dd",
|
||||
"sha1": "742ee12fc034748905977d3e1ba7818df34b9b66",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a4e9ee32075f16e11f34bef7a33851a493f688ee"
|
||||
"sha2": "05f7b98428d31fa7ae97f65b6c901b8b392764f7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'anotherFunction' identifier with the 'myFunction' identifier in the myFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'anotherFunction' identifier with the 'myFunction' identifier in the myFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -124,8 +120,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'arg1' identifier in the myFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'arg1' identifier in the myFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -140,8 +135,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'arg2' identifier in the myFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'arg2' identifier in the myFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -156,8 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'arg2' identifier in the myFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'arg2' identifier in the myFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -172,8 +165,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'false' return statement in the myFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'false' return statement in the myFunction function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -182,9 +174,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "a4e9ee32075f16e11f34bef7a33851a493f688ee",
|
||||
"sha1": "05f7b98428d31fa7ae97f65b6c901b8b392764f7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4de27cb3698e46c8c941c58e677cfe3d8ab48078"
|
||||
"sha2": "e60e4118dca7f21ef5d06d668e6f6961f94ece60"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-replacement-test",
|
||||
@ -216,8 +208,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'myFunction' identifier with the 'anotherFunction' identifier in the anotherFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'myFunction' identifier with the 'anotherFunction' identifier in the anotherFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -232,8 +223,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'arg1' identifier in the anotherFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'arg1' identifier in the anotherFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -248,8 +238,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'arg2' identifier in the anotherFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'arg2' identifier in the anotherFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -264,8 +253,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'false' return statement in the anotherFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'false' return statement in the anotherFunction function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -280,8 +268,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'arg2' identifier in the anotherFunction function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'arg2' identifier in the anotherFunction function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,9 +277,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "4de27cb3698e46c8c941c58e677cfe3d8ab48078",
|
||||
"sha1": "e60e4118dca7f21ef5d06d668e6f6961f94ece60",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c947b40e91668836ccb2dcb0aa705ae25b5c9509"
|
||||
"sha2": "0d662b70bd31f4c7a957db6e3c874f0e117d81ec"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-delete-replacement-test",
|
||||
@ -312,8 +299,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'anotherFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'anotherFunction' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +314,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'myFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'myFunction' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -344,8 +329,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'anotherFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'anotherFunction' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -354,9 +338,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "c947b40e91668836ccb2dcb0aa705ae25b5c9509",
|
||||
"sha1": "0d662b70bd31f4c7a957db6e3c874f0e117d81ec",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2e880b7e68923075fc2c7c8b61534af7afa3ea44"
|
||||
"sha2": "2751fd48810beeaf43dbb897d5687e7bb4605ee8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-delete-test",
|
||||
@ -376,8 +360,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'myFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'myFunction' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -386,9 +369,9 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "2e880b7e68923075fc2c7c8b61534af7afa3ea44",
|
||||
"sha1": "2751fd48810beeaf43dbb897d5687e7bb4605ee8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a298f3ad3bab2182e5d50a6908514d6ad210d5a9"
|
||||
"sha2": "71fbb6e60978e220e6e2f91e426df58fc0fd8317"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-named-function-delete-rest-test",
|
||||
@ -408,8 +391,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'anotherFunction' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'anotherFunction' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -418,7 +400,7 @@
|
||||
"filePaths": [
|
||||
"named-function.js"
|
||||
],
|
||||
"sha1": "a298f3ad3bab2182e5d50a6908514d6ad210d5a9",
|
||||
"sha1": "71fbb6e60978e220e6e2f91e426df58fc0fd8317",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "00345376742839aaf8cdbefbe8cb10795489044a"
|
||||
"sha2": "224d24020b3b8d08a8f3aced4b83b49a5779ba41"
|
||||
}]
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'parent' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "d0057ff388e8070743e2f2922cff0d9b3a2ad5de",
|
||||
"sha1": "af0eafa72dc7a6795507858b2c2f9ceee614de07",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4ac6b2869a5665de7edc7342598666e37dd1a139"
|
||||
"sha2": "71935f67586876686341a26b8cb2a41794820a6f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'parent' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'parent' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "4ac6b2869a5665de7edc7342598666e37dd1a139",
|
||||
"sha1": "71935f67586876686341a26b8cb2a41794820a6f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "394a62ade20d4d86615aec875b6e77b67c610af0"
|
||||
"sha2": "4ea4f4876b9375f13a68d7254ad672d07b722fdf"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg1' identifier with the 'arg3' identifier in the console.log(arg3) method call of the 'child' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg1' identifier with the 'arg3' identifier in the console.log(arg3) method call of the 'child' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg2' identifier with the 'arg4' identifier in the console.log(arg4) method call of the 'child' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg2' identifier with the 'arg4' identifier in the console.log(arg4) method call of the 'child' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "394a62ade20d4d86615aec875b6e77b67c610af0",
|
||||
"sha1": "4ea4f4876b9375f13a68d7254ad672d07b722fdf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7904f2aa3a357840ae49cbeb09842f4483d5b928"
|
||||
"sha2": "be32782b7ddcfa08396ac01c82e30bf7b1df40e7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg3' identifier with the 'arg1' identifier in the console.log(arg1) method call of the 'child' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg3' identifier with the 'arg1' identifier in the console.log(arg1) method call of the 'child' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'arg4' identifier with the 'arg2' identifier in the console.log(arg2) method call of the 'child' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'arg4' identifier with the 'arg2' identifier in the console.log(arg2) method call of the 'child' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "7904f2aa3a357840ae49cbeb09842f4483d5b928",
|
||||
"sha1": "be32782b7ddcfa08396ac01c82e30bf7b1df40e7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f967788b85cc219d33d64545d8f1168ba3b43344"
|
||||
"sha2": "550a976d210674327b23b298e527abe2b58dec79"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'parent' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'parent' function"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'parent' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "f967788b85cc219d33d64545d8f1168ba3b43344",
|
||||
"sha1": "550a976d210674327b23b298e527abe2b58dec79",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a2a9a7ac4e107169142641d24a73e66725e9db9b"
|
||||
"sha2": "cfd77d1d21ca5a1425846fe50bc154ce78ad5e6f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'parent' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "a2a9a7ac4e107169142641d24a73e66725e9db9b",
|
||||
"sha1": "cfd77d1d21ca5a1425846fe50bc154ce78ad5e6f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "49fdec7315d09e2ed03e0ae78e59593952d0b6d4"
|
||||
"sha2": "75785663836095672233edd2495ec92237d0dbcc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-nested-functions-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'parent' function",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'parent' function"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"nested-functions.js"
|
||||
],
|
||||
"sha1": "49fdec7315d09e2ed03e0ae78e59593952d0b6d4",
|
||||
"sha1": "75785663836095672233edd2495ec92237d0dbcc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f49e31811346eb6451409e09e36f417aeeda390a"
|
||||
"sha2": "02b2a7bb2b9b4d27a06afbe6d147ca70e6eccf1a"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "e56eea84017cd965ac9d95cdc5c5e95a89d7d4e4",
|
||||
"sha1": "0eb0a48a27bc6b8d01a210eea8cbccab5c6823f7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3c20e1e7979eb2887701b29dc8774624e2a26aad"
|
||||
"sha2": "921a57a0891031baea0fa0ebfc5c1270751eb7c3"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "3c20e1e7979eb2887701b29dc8774624e2a26aad",
|
||||
"sha1": "921a57a0891031baea0fa0ebfc5c1270751eb7c3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "889e6f6a91e48a97e5c6f56aedecbffe19b74576"
|
||||
"sha2": "1f137a24235834a5454a98078d3abb07cbdf1063"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "889e6f6a91e48a97e5c6f56aedecbffe19b74576",
|
||||
"sha1": "1f137a24235834a5454a98078d3abb07cbdf1063",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3b8e6eab1f7a1c5ed97eecc60850b73900c79d85"
|
||||
"sha2": "1a76251123795db3deefceda4488e44d2eb80193"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "3b8e6eab1f7a1c5ed97eecc60850b73900c79d85",
|
||||
"sha1": "1a76251123795db3deefceda4488e44d2eb80193",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "93e4edaad54b8a1afce14e4540858e2f48b70f1f"
|
||||
"sha2": "a7adbf72c2079adee39b2dbcc46a29447cc5b452"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'null' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "93e4edaad54b8a1afce14e4540858e2f48b70f1f",
|
||||
"sha1": "a7adbf72c2079adee39b2dbcc46a29447cc5b452",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7401e97a5ae37d195acae99c6ca3f506ccc992db"
|
||||
"sha2": "72144a33117dda641088c950e9ba56808c39d69d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "7401e97a5ae37d195acae99c6ca3f506ccc992db",
|
||||
"sha1": "72144a33117dda641088c950e9ba56808c39d69d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b44818542eea7ad12dd6644f2443f2df779d02d6"
|
||||
"sha2": "7985243cb79eac510cc068710b58cff711ca4df7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-null-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'null' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'null' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"null.js"
|
||||
],
|
||||
"sha1": "b44818542eea7ad12dd6644f2443f2df779d02d6",
|
||||
"sha1": "7985243cb79eac510cc068710b58cff711ca4df7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "330c4f8e410be65c3db4b801d5ca2e08094db242"
|
||||
"sha2": "0785f1ff3205013dcbd5f5ca4d172e25f57b5969"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added '101'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added '101'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "ca76e71a73a3fb506699ae2ab0b98373e649850c",
|
||||
"sha1": "f5a546c68e4e82d0b350e3e9674659e65c938c55",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "bca56807756346d5d207d0cf13f370ad60138dd3"
|
||||
"sha2": "47960ec40f3ccbcb1153c70f228c9938575ab8ad"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added '102'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added '102'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added '101'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added '101'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "bca56807756346d5d207d0cf13f370ad60138dd3",
|
||||
"sha1": "47960ec40f3ccbcb1153c70f228c9938575ab8ad",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9e399dcad95c785376aecfb4c06c940f505ed776"
|
||||
"sha2": "06220f52068d26a6bcf0d23f6be481825f7923a4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '102' with '101'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '102' with '101'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "9e399dcad95c785376aecfb4c06c940f505ed776",
|
||||
"sha1": "06220f52068d26a6bcf0d23f6be481825f7923a4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6333d7aab6347646f5411a86be2d868c9c19f715"
|
||||
"sha2": "404abb4553e8356df1399600d506705c6c9b3ab6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '101' with '102'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '101' with '102'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "6333d7aab6347646f5411a86be2d868c9c19f715",
|
||||
"sha1": "404abb4553e8356df1399600d506705c6c9b3ab6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cfd5fe8a3286eccda307f09fc25a504539b1cf7e"
|
||||
"sha2": "7036f73a00a5222e5d9d889fe5b47ef4d77478b9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted '102'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted '102'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted '101'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted '101'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added '102'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added '102'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "cfd5fe8a3286eccda307f09fc25a504539b1cf7e",
|
||||
"sha1": "7036f73a00a5222e5d9d889fe5b47ef4d77478b9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fe9b3523d02afb88ae0bddf29eab6d2af8f135fa"
|
||||
"sha2": "20984d5e617ddcbc04c1e539365976b48ba4c5e2"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted '101'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted '101'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "fe9b3523d02afb88ae0bddf29eab6d2af8f135fa",
|
||||
"sha1": "20984d5e617ddcbc04c1e539365976b48ba4c5e2",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5f00cbbdbcc8c05786b5aa95f9b909fd0f3652cf"
|
||||
"sha2": "a2dd3c4c8887c73ef3ade2a1e819266cf421eca5"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-number-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted '102'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted '102'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"number.js"
|
||||
],
|
||||
"sha1": "5f00cbbdbcc8c05786b5aa95f9b909fd0f3652cf",
|
||||
"sha1": "a2dd3c4c8887c73ef3ade2a1e819266cf421eca5",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9f0cec39421594e76f56c7843f9902d1e840dcaa"
|
||||
"sha2": "743cb64f1ee8a3d9f0b4ea142f1a7e8447757885"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ add }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ add }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "f13aef7dcdfe65826b6d93b4b371afe29a12f21f",
|
||||
"sha1": "9dbca3237fd8109ff6cad0cb5060962d58f10b6c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "96b548baab802a6e28144b588e564b28ff84ac55"
|
||||
"sha2": "394896ec5ce46aa45a7fc7410424fd8682a2a70c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ subtract }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ subtract }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ add }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ add }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "96b548baab802a6e28144b588e564b28ff84ac55",
|
||||
"sha1": "394896ec5ce46aa45a7fc7410424fd8682a2a70c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1293592160bd09b7bc12a75581a7496a70bb8f81"
|
||||
"sha2": "e560db785a8c18a5f977a29c818a72926c4650ad"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "1293592160bd09b7bc12a75581a7496a70bb8f81",
|
||||
"sha1": "e560db785a8c18a5f977a29c818a72926c4650ad",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ee09bff08bb2a4467e2d2733db38fdc35a91fa01"
|
||||
"sha2": "62fd8c060f49723f91a0f405b48fe9590f519db8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "ee09bff08bb2a4467e2d2733db38fdc35a91fa01",
|
||||
"sha1": "62fd8c060f49723f91a0f405b48fe9590f519db8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "70c38b12df93c18958a2ff94145a5c1b8f64e0d1"
|
||||
"sha2": "381f0d3aa4e0c53b425eb42b9f3216c07aa5c3bb"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ subtract }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ subtract }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ add }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ add }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ subtract }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ subtract }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "70c38b12df93c18958a2ff94145a5c1b8f64e0d1",
|
||||
"sha1": "381f0d3aa4e0c53b425eb42b9f3216c07aa5c3bb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c9f20856166b00c740c53d34289d5bdafcfe73f8"
|
||||
"sha2": "e86ec26bc3f4e22c3bef80eae7f4afbe9c3b641d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ add }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ add }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "c9f20856166b00c740c53d34289d5bdafcfe73f8",
|
||||
"sha1": "e86ec26bc3f4e22c3bef80eae7f4afbe9c3b641d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f8a7132e504b1bf9154a8946db3bc7a412c3e983"
|
||||
"sha2": "04fb0de0a79aef0c8d6160504a7489dae59b7322"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-objects-with-methods-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ subtract }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ subtract }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"objects-with-methods.js"
|
||||
],
|
||||
"sha1": "f8a7132e504b1bf9154a8946db3bc7a412c3e983",
|
||||
"sha1": "04fb0de0a79aef0c8d6160504a7489dae59b7322",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "179d020d71ae2d25e7da3fa6af1db307411db219"
|
||||
"sha2": "f10a454e09922f6b39b73d7a2d1c490a2a4b6179"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ \"key1\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ \"key1\": … }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "f58cfc7947653db85574d1569f494d8b11791ad1",
|
||||
"sha1": "aefeb00bb872d8308fb1f9989a0b30bee53f794e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6f20c6eb26c60838e377075ef27fe3b76b98dd26"
|
||||
"sha2": "8d7f9432e5eccbac5a2dce503cb6e9aabe691f64"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ \"key1\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ \"key1\": … }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "6f20c6eb26c60838e377075ef27fe3b76b98dd26",
|
||||
"sha1": "8d7f9432e5eccbac5a2dce503cb6e9aabe691f64",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "32fccdccdc5ff2d5c4878563744f146e423e812d"
|
||||
"sha2": "d4b9e799adb79bd4cc813ce5b7a528e65956b227"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"key2\": …' pair",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"key2\": …' pair"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '\"key3\": …' pair",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '\"key3\": …' pair"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "32fccdccdc5ff2d5c4878563744f146e423e812d",
|
||||
"sha1": "d4b9e799adb79bd4cc813ce5b7a528e65956b227",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "af8db674db1087a5f2953ccfe17ba15b840f6e76"
|
||||
"sha2": "181fb7d0795181379db61ff3d91e73e17a7f0176"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"key2\": …' pair",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"key2\": …' pair"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '\"key3\": …' pair",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '\"key3\": …' pair"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "af8db674db1087a5f2953ccfe17ba15b840f6e76",
|
||||
"sha1": "181fb7d0795181379db61ff3d91e73e17a7f0176",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "684501429d36cd64a92cbec1c777560cad857469"
|
||||
"sha2": "48b14e07a2432070ba8edc7a97b3a3f5744c4f95"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ \"key1\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ \"key1\": … }' object"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "684501429d36cd64a92cbec1c777560cad857469",
|
||||
"sha1": "48b14e07a2432070ba8edc7a97b3a3f5744c4f95",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b1a8ced66b7504d887f621ef64db91e3ec0d5674"
|
||||
"sha2": "76e45b38000091fee41bc0a0a9f3a5cd65c5492d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ \"key1\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ \"key1\": … }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "b1a8ced66b7504d887f621ef64db91e3ec0d5674",
|
||||
"sha1": "76e45b38000091fee41bc0a0a9f3a5cd65c5492d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "02afb244f44208b28e12483be548a9b8478bb5ec"
|
||||
"sha2": "2a18894fa97cf6cfb430156aa4a2e0acee543c4c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-object-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ \"key1\": …, \"key2\": …, \"key3\": … }' object"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"object.js"
|
||||
],
|
||||
"sha1": "02afb244f44208b28e12483be548a9b8478bb5ec",
|
||||
"sha1": "2a18894fa97cf6cfb430156aa4a2e0acee543c4c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4f744373cdf308bd96fa3eec09679a7f6461d5aa"
|
||||
"sha2": "0f272e863d223922521e94218a6aace378859dde"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/one/g' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/one/g' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "8e70c5571d07dc7e882e979cd7432bc275ddb4d2",
|
||||
"sha1": "af8dfb899e64bd94fbe9b1d763d771e5140c1334",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4c83ca78814534d5a2bc1b79686682eb348ce742"
|
||||
"sha2": "5c553b5de509611f50d8cea38e7bc08712e40f84"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/on[^/]afe/gim' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/on[^/]afe/gim' regex"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/one/g' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/one/g' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "4c83ca78814534d5a2bc1b79686682eb348ce742",
|
||||
"sha1": "5c553b5de509611f50d8cea38e7bc08712e40f84",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7fa1b99e3e5b9c27a8d17d12149674474c053109"
|
||||
"sha2": "62fa5611314d347cba6ca512031b7e98d7ed9d29"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '/on[^/]afe/gim' regex with the '/one/g' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '/on[^/]afe/gim' regex with the '/one/g' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "7fa1b99e3e5b9c27a8d17d12149674474c053109",
|
||||
"sha1": "62fa5611314d347cba6ca512031b7e98d7ed9d29",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a4e9e5c8515b7454ffddd1033ed36517bbeddeb9"
|
||||
"sha2": "405e7ab802aa3db2bac92cdb20f99bf410c57dbc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '/one/g' regex with the '/on[^/]afe/gim' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '/one/g' regex with the '/on[^/]afe/gim' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "a4e9e5c8515b7454ffddd1033ed36517bbeddeb9",
|
||||
"sha1": "405e7ab802aa3db2bac92cdb20f99bf410c57dbc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a2874c1175ad7bf7afe04fae6708c46648ec94c9"
|
||||
"sha2": "4884de88825e39386b25a8e169e393739c8bce7f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/on[^/]afe/gim' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/on[^/]afe/gim' regex"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/one/g' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/one/g' regex"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '/on[^/]afe/gim' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '/on[^/]afe/gim' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "a2874c1175ad7bf7afe04fae6708c46648ec94c9",
|
||||
"sha1": "4884de88825e39386b25a8e169e393739c8bce7f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5360c30a93987c13ebaa73a3836e2574d7f62911"
|
||||
"sha2": "6c23a5a1bd35e05cad7084429ae5cca16951c4dd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/one/g' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/one/g' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "5360c30a93987c13ebaa73a3836e2574d7f62911",
|
||||
"sha1": "6c23a5a1bd35e05cad7084429ae5cca16951c4dd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1ae109a0e48e288712ef93815129152e6bcf1098"
|
||||
"sha2": "ab5b91f92abd2e34adfba5a1819cbe1c84ec0e65"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-regex-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '/on[^/]afe/gim' regex",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '/on[^/]afe/gim' regex"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"regex.js"
|
||||
],
|
||||
"sha1": "1ae109a0e48e288712ef93815129152e6bcf1098",
|
||||
"sha1": "ab5b91f92abd2e34adfba5a1819cbe1c84ec0e65",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4c21f4aa629b89eee95c9af81f90075ffda6d99f"
|
||||
"sha2": "b5b96ac96b0968b5b9d02ce5844f7274e13f3554"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x < y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x < y' relational operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "4acf98d6af3ab5b912b92b9b2f89018fd768fff9",
|
||||
"sha1": "707d6d491b49e1d91b26dc55086e140e997fcaf4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "aeccebdb301fe1d07cb1644a3fbafa46388245a1"
|
||||
"sha2": "916c235b3685819d8f98b4805abe2a2f863cee37"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x <= y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x <= y' relational operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x < y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x < y' relational operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "aeccebdb301fe1d07cb1644a3fbafa46388245a1",
|
||||
"sha1": "916c235b3685819d8f98b4805abe2a2f863cee37",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fc6247ea42d8bdd48b5f8aee0b1719d14fd587a4"
|
||||
"sha2": "fe34e80ceab52842be3fae1f56c762da6716100f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-delete-insert-test",
|
||||
@ -87,9 +84,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "fc6247ea42d8bdd48b5f8aee0b1719d14fd587a4",
|
||||
"sha1": "fe34e80ceab52842be3fae1f56c762da6716100f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6cba37e613638e9679495cf0e5c46a8f8388a4ba"
|
||||
"sha2": "12ace7b189aaa7cd68b7735eafa5ba5af428222e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-replacement-test",
|
||||
@ -100,9 +97,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "6cba37e613638e9679495cf0e5c46a8f8388a4ba",
|
||||
"sha1": "12ace7b189aaa7cd68b7735eafa5ba5af428222e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1b647600a0425c2f8e412974d26807ae663e1bb8"
|
||||
"sha2": "fd43a8853b4536d9b2cfb81fac73ab21a59ecb7d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-delete-replacement-test",
|
||||
@ -122,8 +119,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x <= y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x <= y' relational operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -132,9 +128,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "1b647600a0425c2f8e412974d26807ae663e1bb8",
|
||||
"sha1": "fd43a8853b4536d9b2cfb81fac73ab21a59ecb7d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1bd11093bcd52881234e023bd8edc7a8689cc180"
|
||||
"sha2": "76f7572bb3b4761c61b2234b8078fc3dbb74b214"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-delete-test",
|
||||
@ -154,8 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x < y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x < y' relational operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -164,9 +159,9 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "1bd11093bcd52881234e023bd8edc7a8689cc180",
|
||||
"sha1": "76f7572bb3b4761c61b2234b8078fc3dbb74b214",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "60c48ce65a7d4c71ee356f684a096e6c597a2bd3"
|
||||
"sha2": "4f1db5cef124c17f6473e7fca95c07ae3f84a4f9"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-relational-operator-delete-rest-test",
|
||||
@ -186,8 +181,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x <= y' relational operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x <= y' relational operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -196,7 +190,7 @@
|
||||
"filePaths": [
|
||||
"relational-operator.js"
|
||||
],
|
||||
"sha1": "60c48ce65a7d4c71ee356f684a096e6c597a2bd3",
|
||||
"sha1": "4f1db5cef124c17f6473e7fca95c07ae3f84a4f9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3c62d32d99e94fd0ece751f530c6b37fe10b1775"
|
||||
"sha2": "22f62c999613fdb9f40f1fcabfd6e3900de152cb"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '5' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '5' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "72327cf998fb96cc493108b069500422561c0d1d",
|
||||
"sha1": "f6aaca47eff83aa2dd6a8ce2e41b14394977d9b3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e23ed05e0a1eea7ef2688e138b8bbb0bd10fb04e"
|
||||
"sha2": "524d62d049c00b51a2cea985dfb7ce08c0b6d073"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'empty' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'empty' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '5' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '5' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "e23ed05e0a1eea7ef2688e138b8bbb0bd10fb04e",
|
||||
"sha1": "524d62d049c00b51a2cea985dfb7ce08c0b6d073",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "4e05c84099b05aad16ab8d737c17122625fcaf49"
|
||||
"sha2": "8041d77efbe04a7cd0f2ba66793621e61e0c74e3"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added '5'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added '5'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -106,9 +102,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "4e05c84099b05aad16ab8d737c17122625fcaf49",
|
||||
"sha1": "8041d77efbe04a7cd0f2ba66793621e61e0c74e3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "36f5ecef5e20cfad01f4b5612458ee7d1994fce4"
|
||||
"sha2": "62102491107e2639f888bcb06ba212d8697cbbaf"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-replacement-test",
|
||||
@ -128,8 +124,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted '5'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted '5'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -138,9 +133,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "36f5ecef5e20cfad01f4b5612458ee7d1994fce4",
|
||||
"sha1": "62102491107e2639f888bcb06ba212d8697cbbaf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "20288d9df5198cd8c73654f4a897f0ed9a60aaa2"
|
||||
"sha2": "a9ab5b797c44abed96f142adcfe1da66f0b1a5d4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-delete-replacement-test",
|
||||
@ -160,8 +155,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'empty' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'empty' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -176,8 +170,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '5' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '5' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'empty' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'empty' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -202,9 +194,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "20288d9df5198cd8c73654f4a897f0ed9a60aaa2",
|
||||
"sha1": "a9ab5b797c44abed96f142adcfe1da66f0b1a5d4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "af618a971319f4d867380cbf2582056e05413159"
|
||||
"sha2": "86d283e41d3acb1a891c8212466478d832e7cf4f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-delete-test",
|
||||
@ -224,8 +216,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '5' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '5' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +225,9 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "af618a971319f4d867380cbf2582056e05413159",
|
||||
"sha1": "86d283e41d3acb1a891c8212466478d832e7cf4f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5b70922a7bd2b32e0f89e752523055823e55579b"
|
||||
"sha2": "5f60834d911eb278ea13e451d5c62e658f8dd7c4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-return-statement-delete-rest-test",
|
||||
@ -256,8 +247,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'empty' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'empty' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,7 +256,7 @@
|
||||
"filePaths": [
|
||||
"return-statement.js"
|
||||
],
|
||||
"sha1": "5b70922a7bd2b32e0f89e752523055823e55579b",
|
||||
"sha1": "5f60834d911eb278ea13e451d5c62e658f8dd7c4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "937643815a14601103a1ba1fcf99a82306f52ace"
|
||||
"sha2": "c94930423eb6a6e61d369ac9025d969d2d2e6c1a"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'A string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'A string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "b8f8704eac31cd6cb8a2d60bc6432cd69336e7ca",
|
||||
"sha1": "2c57559d605a6fe81e465c7fab6c70b3ed995911",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1eac803d3d86b8fa340350c56d2eb7d39d6d7342"
|
||||
"sha2": "63d3e81fd7d64a832830e004ea516b53f8781779"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'A different string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'A different string with \"double\" quotes' string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'A string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'A string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "1eac803d3d86b8fa340350c56d2eb7d39d6d7342",
|
||||
"sha1": "63d3e81fd7d64a832830e004ea516b53f8781779",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "350a048f1d418381f48bdf81e353496de8248e0d"
|
||||
"sha2": "51fa8e3cc925686b215735182f750faa5820479b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'A different string with \"double\" quotes' string with the 'A string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'A different string with \"double\" quotes' string with the 'A string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "350a048f1d418381f48bdf81e353496de8248e0d",
|
||||
"sha1": "51fa8e3cc925686b215735182f750faa5820479b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "74081edf9644d5f3e98ccf41140ebda1f2b82bc6"
|
||||
"sha2": "fd50f8ac493b23fe746ee14b683b6c51af6503ec"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'A string with \"double\" quotes' string with the 'A different string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'A string with \"double\" quotes' string with the 'A different string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "74081edf9644d5f3e98ccf41140ebda1f2b82bc6",
|
||||
"sha1": "fd50f8ac493b23fe746ee14b683b6c51af6503ec",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "67dce6ee4390c8826050dbb0dcd1afb9e0c5ff38"
|
||||
"sha2": "890a07342ca69ed4057e75883d8b42275147405d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'A different string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'A different string with \"double\" quotes' string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'A string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'A string with \"double\" quotes' string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'A different string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'A different string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "67dce6ee4390c8826050dbb0dcd1afb9e0c5ff38",
|
||||
"sha1": "890a07342ca69ed4057e75883d8b42275147405d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "965488ad061223b589ff8388f3da6e539b60709a"
|
||||
"sha2": "93afe1101fa2f097436cdbf596d0d8f1f8857999"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'A string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'A string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "965488ad061223b589ff8388f3da6e539b60709a",
|
||||
"sha1": "93afe1101fa2f097436cdbf596d0d8f1f8857999",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a53c564049237a36c0a19ae56698cb5587edcef9"
|
||||
"sha2": "77450417d7c60d4c5e9027dbe758092098a51ad1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-string-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'A different string with \"double\" quotes' string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'A different string with \"double\" quotes' string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"string.js"
|
||||
],
|
||||
"sha1": "a53c564049237a36c0a19ae56698cb5587edcef9",
|
||||
"sha1": "77450417d7c60d4c5e9027dbe758092098a51ad1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ba4af0c2eb2e6c815e957def7e452a8f06765f94"
|
||||
"sha2": "2bdf24d58c9431fd69cc73d80180388bb579a170"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y[\"x\"]' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "017dd08471859c04fa5958753782e80f6b974bb4",
|
||||
"sha1": "64a9a65e90cf48c435d6c1c46b80cf7935b26413",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "cc4a86eba8cdee2e08e6cff2030c5d2b7e677d8b"
|
||||
"sha2": "0148ee834e361c93f645aa32ac05516803f56d3d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y[\"x\"]' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y[\"x\"]' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "cc4a86eba8cdee2e08e6cff2030c5d2b7e677d8b",
|
||||
"sha1": "0148ee834e361c93f645aa32ac05516803f56d3d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3705016f2c59cf2a7362e51f25a691619e63b0ef"
|
||||
"sha2": "bcdee486f71016fc693985b4f6a5d0d472e8c5ff"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '0' in an assignment to y[\"x\"]",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '0' in an assignment to y[\"x\"]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "3705016f2c59cf2a7362e51f25a691619e63b0ef",
|
||||
"sha1": "bcdee486f71016fc693985b4f6a5d0d472e8c5ff",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fd2d02ddfc93fb1668a6c5baf512b71ef369ea18"
|
||||
"sha2": "7f3bc8ffdd75c0bfba679d28e3d16105a50eb9f8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '0' with '1' in an assignment to y[\"x\"]",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '0' with '1' in an assignment to y[\"x\"]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "fd2d02ddfc93fb1668a6c5baf512b71ef369ea18",
|
||||
"sha1": "7f3bc8ffdd75c0bfba679d28e3d16105a50eb9f8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e4665c506aad21e4dcc6a8b7062581abe3bf62a0"
|
||||
"sha2": "c3aff9f350cd0e8260f4a384b249bf7a94e7acb1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y[\"x\"]' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "e4665c506aad21e4dcc6a8b7062581abe3bf62a0",
|
||||
"sha1": "c3aff9f350cd0e8260f4a384b249bf7a94e7acb1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6bfa39fdfcb071bc8fb75a5fd05494f69a160100"
|
||||
"sha2": "f31563441a2e6ad63ed5a261a4f7be1a11b82eac"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "6bfa39fdfcb071bc8fb75a5fd05494f69a160100",
|
||||
"sha1": "f31563441a2e6ad63ed5a261a4f7be1a11b82eac",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5d2d00d3e46ea666a3a9b5c03696bd67cf6c731e"
|
||||
"sha2": "6d226d202513c5c50d0ceb3f3fd85f8d303fcf74"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-assignment-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y[\"x\"]' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"subscript-access-assignment.js"
|
||||
],
|
||||
"sha1": "5d2d00d3e46ea666a3a9b5c03696bd67cf6c731e",
|
||||
"sha1": "6d226d202513c5c50d0ceb3f3fd85f8d303fcf74",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7bc80d411bdd18724ae9d923e005035511ffc430"
|
||||
"sha2": "acc75ec053faa10bfebdd149cbf41d414f3089fb"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[\"some-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[\"some-string\"]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "055309ae7840b70d0f2d4d43ae7d46457f14ab9d",
|
||||
"sha1": "5fb1a0314101669d4cfd005c86d42e20fe86d7c9",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3f459d64b1020d0ca06e2f100b75f9f73c494a47"
|
||||
"sha2": "fa043ac413c9b7b75a82168891b6d00eee678b92"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[\"some-other-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[\"some-other-string\"]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[\"some-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[\"some-string\"]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "3f459d64b1020d0ca06e2f100b75f9f73c494a47",
|
||||
"sha1": "fa043ac413c9b7b75a82168891b6d00eee678b92",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "01f74ece7b9229fc2dfd67d4d81dd7fa0c48b6ca"
|
||||
"sha2": "08a7b1b79627d5ecf2f6c2a44d1c2096d659e096"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"some-other-string\" string with the \"some-string\" string in the x[\"some-string\"] subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"some-other-string\" string with the \"some-string\" string in the x[\"some-string\"] subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "01f74ece7b9229fc2dfd67d4d81dd7fa0c48b6ca",
|
||||
"sha1": "08a7b1b79627d5ecf2f6c2a44d1c2096d659e096",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "44e5b5a6ab3131846486eea2f5c9b6fd07cd78f9"
|
||||
"sha2": "f95d1cff9be9bd90156ccd975f57021c1f8eefaa"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"some-string\" string with the \"some-other-string\" string in the x[\"some-other-string\"] subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"some-string\" string with the \"some-other-string\" string in the x[\"some-other-string\"] subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "44e5b5a6ab3131846486eea2f5c9b6fd07cd78f9",
|
||||
"sha1": "f95d1cff9be9bd90156ccd975f57021c1f8eefaa",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c0709672fa207a2ceffe8c206b7bd7fa62f47f31"
|
||||
"sha2": "b9a70f9be8d0f10a65ec1c067062f2cb065a7f4a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[\"some-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[\"some-string\"]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[\"some-other-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[\"some-other-string\"]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "c0709672fa207a2ceffe8c206b7bd7fa62f47f31",
|
||||
"sha1": "b9a70f9be8d0f10a65ec1c067062f2cb065a7f4a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1b7e1b1f1f8ceb744c0dd33891f3450b959244ec"
|
||||
"sha2": "ea9a6faa38a6630a573c055d81b574d5c9bbc033"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[\"some-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[\"some-string\"]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "1b7e1b1f1f8ceb744c0dd33891f3450b959244ec",
|
||||
"sha1": "ea9a6faa38a6630a573c055d81b574d5c9bbc033",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e20ee48f0142390f566a98632a95bd2b359d6ee9"
|
||||
"sha2": "f49f652c070f4bf8a8a3950fe588b2e0039e5cc4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-string-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[\"some-other-string\"]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"subscript-access-string.js"
|
||||
],
|
||||
"sha1": "e20ee48f0142390f566a98632a95bd2b359d6ee9",
|
||||
"sha1": "f49f652c070f4bf8a8a3950fe588b2e0039e5cc4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "14ac6caff6e171f4fac4e19d763b702382e888f0"
|
||||
"sha2": "b934ce54bbf5097cc87a64591e51df2b0139a940"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[someVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[someVariable]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "df2335a693daaeb905d9cefae31682611df78425",
|
||||
"sha1": "35771d9839083e28344a82ab572b45449680ab65",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "52bab682e3cf604bcd61e8caaa224d7ef8a86e68"
|
||||
"sha2": "dfbfa45cf724b9a16226e8d0410e91ccb69cbbe3"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[someOtherVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[someOtherVariable]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[someVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[someVariable]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "52bab682e3cf604bcd61e8caaa224d7ef8a86e68",
|
||||
"sha1": "dfbfa45cf724b9a16226e8d0410e91ccb69cbbe3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "01e3f51dfa5b83ed2f37105cc7360e3eca5316a6"
|
||||
"sha2": "c853b9ef85feb46622a4d7a24542a26e1ceea602"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'someOtherVariable' identifier with the 'someVariable' identifier in the x[someVariable] subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'someOtherVariable' identifier with the 'someVariable' identifier in the x[someVariable] subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "01e3f51dfa5b83ed2f37105cc7360e3eca5316a6",
|
||||
"sha1": "c853b9ef85feb46622a4d7a24542a26e1ceea602",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "38aec4dba28e276cc9993f4e333b8f3a5083ccdc"
|
||||
"sha2": "8c7964617fa9ed63c35663da54e463e1cedebc87"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'someVariable' identifier with the 'someOtherVariable' identifier in the x[someOtherVariable] subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'someVariable' identifier with the 'someOtherVariable' identifier in the x[someOtherVariable] subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "38aec4dba28e276cc9993f4e333b8f3a5083ccdc",
|
||||
"sha1": "8c7964617fa9ed63c35663da54e463e1cedebc87",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8117127e7003788daf170172249a9e3aa7017d65"
|
||||
"sha2": "1743980c0a2d957e974333f4a7fe7be2aee103b4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[someOtherVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[someOtherVariable]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[someVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[someVariable]' subscript access"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x[someOtherVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x[someOtherVariable]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "8117127e7003788daf170172249a9e3aa7017d65",
|
||||
"sha1": "1743980c0a2d957e974333f4a7fe7be2aee103b4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "797904d3a94beb332c011c660c738e2715d89065"
|
||||
"sha2": "cfd54e85a90ff88f76612bf060a9cc2f917f5648"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[someVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[someVariable]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "797904d3a94beb332c011c660c738e2715d89065",
|
||||
"sha1": "cfd54e85a90ff88f76612bf060a9cc2f917f5648",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f20978a2f5d640425cabb0269559ffc12d458b10"
|
||||
"sha2": "58c32b6f0cb4ee41b2486ed0c4a08c4b7bb91d5b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-subscript-access-variable-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x[someOtherVariable]' subscript access",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x[someOtherVariable]' subscript access"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"subscript-access-variable.js"
|
||||
],
|
||||
"sha1": "f20978a2f5d640425cabb0269559ffc12d458b10",
|
||||
"sha1": "58c32b6f0cb4ee41b2486ed0c4a08c4b7bb91d5b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0bc2b022a5e932ce5bf00c8ebc18b4facc9c1920"
|
||||
"sha2": "07ef5da0087fbbef26cc63b4629a9c05e919a68b"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '1' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '1' switch statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "185540018fb2ec8f53780e07b2dfbf4a2f1236e3",
|
||||
"sha1": "d30e43ec820b535d256a20ed0964fba95c8764b3",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e7f419c35bf0a7ee9762ed82ccc1f2186c76ae73"
|
||||
"sha2": "6f28b051550ecf618c5ec1fc4109a47787a4da9c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '2' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '2' switch statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '1' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '1' switch statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "e7f419c35bf0a7ee9762ed82ccc1f2186c76ae73",
|
||||
"sha1": "6f28b051550ecf618c5ec1fc4109a47787a4da9c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d64d1ff1bfae7d772398045eb64f6af967f9e873"
|
||||
"sha2": "c7bbc680850439b171c5c39a1dbb8bf3f4b258f1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '2' with '1'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '2' with '1'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '2' with '1'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '2' with '1'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "d64d1ff1bfae7d772398045eb64f6af967f9e873",
|
||||
"sha1": "c7bbc680850439b171c5c39a1dbb8bf3f4b258f1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6115f065ab997428c6bccc9e5127b10bc064878b"
|
||||
"sha2": "e1abf04722dcc2abc2e741e80c3d9c5bbaf94ab6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '2'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '2'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced '1' with '2'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced '1' with '2'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "6115f065ab997428c6bccc9e5127b10bc064878b",
|
||||
"sha1": "e1abf04722dcc2abc2e741e80c3d9c5bbaf94ab6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fe697bb20735d00750474bb1c1d11cf7de7d5584"
|
||||
"sha2": "f3d3fb5a9daeccf22d32dbcf79e3e6db7e00ac2e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '2' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '2' switch statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '1' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '1' switch statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '2' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '2' switch statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "fe697bb20735d00750474bb1c1d11cf7de7d5584",
|
||||
"sha1": "f3d3fb5a9daeccf22d32dbcf79e3e6db7e00ac2e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a526798e6a2479b18ad0c9e44f6e9ccc22123a0d"
|
||||
"sha2": "033f48b1db9de57690d1e8008aabb6435eb33732"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '1' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '1' switch statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "a526798e6a2479b18ad0c9e44f6e9ccc22123a0d",
|
||||
"sha1": "033f48b1db9de57690d1e8008aabb6435eb33732",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6b094744d7e483c03d2bf75a86ae72d45045fe5a"
|
||||
"sha2": "cf1d8915d86aa7b40cc64d3a1b48e4633a034465"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-switch-statement-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '2' switch statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '2' switch statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"switch-statement.js"
|
||||
],
|
||||
"sha1": "6b094744d7e483c03d2bf75a86ae72d45045fe5a",
|
||||
"sha1": "cf1d8915d86aa7b40cc64d3a1b48e4633a034465",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "70cb9ad4daaaabe8cba879105f1fa77141f6fa7c"
|
||||
"sha2": "e34cec33423018aab0fa290f745d2dcb89c93f0f"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '`one line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '`one line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "d4e864dd49194a81638843e841ec695be0760a6d",
|
||||
"sha1": "eac947afc7bc887c4b69523c4a6f77983a183edb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0d94ff9667630ffc860f5cb5333f5f26852ae555"
|
||||
"sha2": "950c2afcd03ac3b200b4f8b9a9aec3817648b04b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '`multi line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '`multi line`' template string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '`one line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '`one line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "0d94ff9667630ffc860f5cb5333f5f26852ae555",
|
||||
"sha1": "950c2afcd03ac3b200b4f8b9a9aec3817648b04b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "72faa91275c8937b1126145609c84a63ab46fbae"
|
||||
"sha2": "accc809e8ce1122d8b6151774c1fd769309c8e0f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '`multi line`' template string with the '`one line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '`multi line`' template string with the '`one line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "72faa91275c8937b1126145609c84a63ab46fbae",
|
||||
"sha1": "accc809e8ce1122d8b6151774c1fd769309c8e0f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "db2725ffb5682a26cd55df80bd00aec08cbd0a43"
|
||||
"sha2": "8737d021e9a9a63b61b17a1a18feb0e56dd25833"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the '`one line`' template string with the '`multi line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the '`one line`' template string with the '`multi line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "db2725ffb5682a26cd55df80bd00aec08cbd0a43",
|
||||
"sha1": "8737d021e9a9a63b61b17a1a18feb0e56dd25833",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "90298bc75cf5d9c6227abf73fad97faae4e47c59"
|
||||
"sha2": "7b2f1a9735c2c7e49481be1f7ca76a4d265adaa1"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '`multi line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '`multi line`' template string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '`one line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '`one line`' template string"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '`multi line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '`multi line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "90298bc75cf5d9c6227abf73fad97faae4e47c59",
|
||||
"sha1": "7b2f1a9735c2c7e49481be1f7ca76a4d265adaa1",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8769cac2a58027e4e04e72860fa8d37db5752dac"
|
||||
"sha2": "897d45ce3ce2e3abebd4f6c51f50ed8f3677b3bd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '`one line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '`one line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "8769cac2a58027e4e04e72860fa8d37db5752dac",
|
||||
"sha1": "897d45ce3ce2e3abebd4f6c51f50ed8f3677b3bd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7e0fb2d00a7df954f0b8f7c8ec3f5473fa04df97"
|
||||
"sha2": "6fb06ea1442e30240106f1f36d59bd06ab2edb1f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-template-string-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '`multi line`' template string",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '`multi line`' template string"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"template-string.js"
|
||||
],
|
||||
"sha1": "7e0fb2d00a7df954f0b8f7c8ec3f5473fa04df97",
|
||||
"sha1": "6fb06ea1442e30240106f1f36d59bd06ab2edb1f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "85d810a0c973ca0394d96cd18baacac324ce884f"
|
||||
"sha2": "8df53a54c07fb78bfcd4ee6537e27adcb642531f"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'condition' ternary expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "35ef6a37614f71575ccfb227aa8e9984c3b6d87c",
|
||||
"sha1": "b5446feffd11ca904e2726a11bbc705545843599",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0f779997d2c8ddaf9eb3c0c24d0ecd4416e5b353"
|
||||
"sha2": "4fbda1abcb8e30b6210e9bca5816014b7eff3407"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.y' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'condition' ternary expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "0f779997d2c8ddaf9eb3c0c24d0ecd4416e5b353",
|
||||
"sha1": "4fbda1abcb8e30b6210e9bca5816014b7eff3407",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f3a901fb98a9e4443742c1502d154227c1e29be5"
|
||||
"sha2": "5a36618a7c9b673f065008726471679618abb60a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'condition' ternary expression"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.y' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "f3a901fb98a9e4443742c1502d154227c1e29be5",
|
||||
"sha1": "5a36618a7c9b673f065008726471679618abb60a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5f6d7b254553b22a73010e4d353197a09b929238"
|
||||
"sha2": "7ac6d0565373cc2cf7e3aa3bdf51754c636b678d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.y' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'condition' ternary expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "5f6d7b254553b22a73010e4d353197a09b929238",
|
||||
"sha1": "7ac6d0565373cc2cf7e3aa3bdf51754c636b678d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ad6319a0f7acc94d32e996cae0981e1e40bcf7d1"
|
||||
"sha2": "90230dd8f3982615b5a2f7d9c96f7ebe6ef91a5a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.y' assignment"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'condition' ternary expression"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x.y' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "ad6319a0f7acc94d32e996cae0981e1e40bcf7d1",
|
||||
"sha1": "90230dd8f3982615b5a2f7d9c96f7ebe6ef91a5a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ee87ff1df9fe1e63ee1afcda1d4922dc732036c3"
|
||||
"sha2": "7a926ee6d785e921b0253f556626ab7b2faa0d27"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'condition' ternary expression",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'condition' ternary expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "ee87ff1df9fe1e63ee1afcda1d4922dc732036c3",
|
||||
"sha1": "7a926ee6d785e921b0253f556626ab7b2faa0d27",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d38b443c92e9a74d094943d3ee1893f57a075a30"
|
||||
"sha2": "88c0457d70f6e468e3c6fc7ba3982a31c57d80dc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-ternary-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x.y' assignment",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x.y' assignment"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"ternary.js"
|
||||
],
|
||||
"sha1": "d38b443c92e9a74d094943d3ee1893f57a075a30",
|
||||
"sha1": "88c0457d70f6e468e3c6fc7ba3982a31c57d80dc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d66448c6fbbdc40a36b1c5f8b505ba85856567c5"
|
||||
"sha2": "9fd6bf4586ccb3910de1ff443d7928bce68977cb"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "7b97e72d7c0e6b3898be9d1deb06da6b7ea09764",
|
||||
"sha1": "6a44e531842b97c2a60eb0fb38c57fe35035cf16",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a2a8fb25467bf9403e4de37a8f434852ed8f848b"
|
||||
"sha2": "915f0a11edc274872a8147949183e8b07c9fad4b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "a2a8fb25467bf9403e4de37a8f434852ed8f848b",
|
||||
"sha1": "915f0a11edc274872a8147949183e8b07c9fad4b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6625c63c5f06e702ef97f2fdc3a25ff525e70e4f"
|
||||
"sha2": "adb919fd11be97d945483b00e4d2f37856e483b6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "6625c63c5f06e702ef97f2fdc3a25ff525e70e4f",
|
||||
"sha1": "adb919fd11be97d945483b00e4d2f37856e483b6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ffbed3418a24653fbd26b4cd35deb23988f30198"
|
||||
"sha2": "877ee8b57e204cd9e3569f3adaad096ec8a970dd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "ffbed3418a24653fbd26b4cd35deb23988f30198",
|
||||
"sha1": "877ee8b57e204cd9e3569f3adaad096ec8a970dd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7db7900eb04a66af0196e73999687ba83b168947"
|
||||
"sha2": "2a193071c5327473bc0e781d94e32a64495884eb"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'this' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "7db7900eb04a66af0196e73999687ba83b168947",
|
||||
"sha1": "2a193071c5327473bc0e781d94e32a64495884eb",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "220159fc73518eb2ba3c195c9d230c523137fb9d"
|
||||
"sha2": "916921ca606d1206fa980e030ed31cd87966e946"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "220159fc73518eb2ba3c195c9d230c523137fb9d",
|
||||
"sha1": "916921ca606d1206fa980e030ed31cd87966e946",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3594ddd1cbf054031d468b2ce85d2c617ac5bd51"
|
||||
"sha2": "ccf1e1fa57208cdefeb650390c4153ba13d60b23"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-this-expression-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'this' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'this' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"this-expression.js"
|
||||
],
|
||||
"sha1": "3594ddd1cbf054031d468b2ce85d2c617ac5bd51",
|
||||
"sha1": "ccf1e1fa57208cdefeb650390c4153ba13d60b23",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "72aab09a49d2096eccd1ff0f785ef1b2d9283961"
|
||||
"sha2": "027732543c3974844a2f660a3ee74c0837a5b055"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'new Error(\"uh oh\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'new Error(\"uh oh\")' throw statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "4703a7002d32db2234780ed17ed8bf95a45569ca",
|
||||
"sha1": "04ac626daa098bf596f572115ce36f8cf31b84df",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2518b94568794c2a248421a57291d345fc132b7f"
|
||||
"sha2": "6504a2a9d3f565d5812bbd79e02f53609761fe92"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'new Error(\"oooooops\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'new Error(\"oooooops\")' throw statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'new Error(\"uh oh\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'new Error(\"uh oh\")' throw statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "2518b94568794c2a248421a57291d345fc132b7f",
|
||||
"sha1": "6504a2a9d3f565d5812bbd79e02f53609761fe92",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "18284196ba4ca0689123160a21accbfc055487bb"
|
||||
"sha2": "5ea11da0cbfa31b113fe4c0c26a1949a6a2d12bd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"oooooops\" string with the \"uh oh\" string in the Error(\"uh oh\") function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"oooooops\" string with the \"uh oh\" string in the Error(\"uh oh\") function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "18284196ba4ca0689123160a21accbfc055487bb",
|
||||
"sha1": "5ea11da0cbfa31b113fe4c0c26a1949a6a2d12bd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1de92de9bdc5fa85de0e9b5b5dc5c23590ac2566"
|
||||
"sha2": "47633d9af7926f59a4a8555688683cc43c055266"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the \"uh oh\" string with the \"oooooops\" string in the Error(\"oooooops\") function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the \"uh oh\" string with the \"oooooops\" string in the Error(\"oooooops\") function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "1de92de9bdc5fa85de0e9b5b5dc5c23590ac2566",
|
||||
"sha1": "47633d9af7926f59a4a8555688683cc43c055266",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d48e3de54842bdfb75cd8abeb4cebdcd43b877a4"
|
||||
"sha2": "4e39f432c9e0d8a9f126b91f7ea54d21822c7c04"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'new Error(\"oooooops\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'new Error(\"oooooops\")' throw statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "d48e3de54842bdfb75cd8abeb4cebdcd43b877a4",
|
||||
"sha1": "4e39f432c9e0d8a9f126b91f7ea54d21822c7c04",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7968d5456d2cae631c2ad1a3541972e8b3fbec42"
|
||||
"sha2": "09ebd0d64a6252d651e35cf07c181750d7b1da40"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'new Error(\"uh oh\")' throw statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "7968d5456d2cae631c2ad1a3541972e8b3fbec42",
|
||||
"sha1": "09ebd0d64a6252d651e35cf07c181750d7b1da40",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b2a674bd06b1fd6701d58556d05daf118bd513fc"
|
||||
"sha2": "4da8a2dd13d1b62a139f102cf2d13ce0cf6f3bb7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-throw-statement-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'new Error(\"oooooops\")' throw statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"throw-statement.js"
|
||||
],
|
||||
"sha1": "b2a674bd06b1fd6701d58556d05daf118bd513fc",
|
||||
"sha1": "4da8a2dd13d1b62a139f102cf2d13ce0cf6f3bb7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a11797b72e3d4338dc9efc6183177921bc93609e"
|
||||
"sha2": "5c30863954c846e6487626965891f282d42e6b84"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'true'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "e8bb54ef7035c6f0ab215c7f0af3134871bd2d37",
|
||||
"sha1": "f6baf27a65896e7e502d6ec646cb3cbbd7e206f6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "95ae5cef054c9d3c1a77535d0fd7b9261b13aeb9"
|
||||
"sha2": "5091492afacae27e07b10a11965b4b5338f092c8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'true' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'true'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "95ae5cef054c9d3c1a77535d0fd7b9261b13aeb9",
|
||||
"sha1": "5091492afacae27e07b10a11965b4b5338f092c8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "81f477d087ea9dc02376766508a16e7f01c4bcc3"
|
||||
"sha2": "3bbd68f2e51402ce75780e5af72c03512991d95b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added 'true'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'true' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "81f477d087ea9dc02376766508a16e7f01c4bcc3",
|
||||
"sha1": "3bbd68f2e51402ce75780e5af72c03512991d95b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "75e755b738850d3338c31320413ad8696884fe31"
|
||||
"sha2": "12760109620d0e2aebc964bf10793a9018a7a993"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'true' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'true'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "75e755b738850d3338c31320413ad8696884fe31",
|
||||
"sha1": "12760109620d0e2aebc964bf10793a9018a7a993",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6d14f16bb963f4554bd80dc780330ffc3dc66ac0"
|
||||
"sha2": "6b269c9b079a987453884c3d4f894bfb4e76be70"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'true' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'true'"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'true' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "6d14f16bb963f4554bd80dc780330ffc3dc66ac0",
|
||||
"sha1": "6b269c9b079a987453884c3d4f894bfb4e76be70",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5ed630e1aab4b6b806751b920fc74d9d05081fb2"
|
||||
"sha2": "0fe461d1797041345efd7168414a5d143c47a0b8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted 'true'",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted 'true'"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "5ed630e1aab4b6b806751b920fc74d9d05081fb2",
|
||||
"sha1": "0fe461d1797041345efd7168414a5d143c47a0b8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "aced0cd3388a00dec08265c65fabcbdc18195d78"
|
||||
"sha2": "f6239893bd02de6e0a7e7f5ef678ad2421d0719e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-true-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'true' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'true' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"true.js"
|
||||
],
|
||||
"sha1": "aced0cd3388a00dec08265c65fabcbdc18195d78",
|
||||
"sha1": "f6239893bd02de6e0a7e7f5ef678ad2421d0719e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ec94fd01e01d796cac3744f43515ffaad64f1fbf"
|
||||
"sha2": "b5f63d0fc82f7a027e684d209d08915d0b2bf95c"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ f; }' try statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "edf461750d55ec70810d768af2bc471f00736c6f",
|
||||
"sha1": "b908a6724f0ad01f8801ea57866f313307e6b319",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "dd72da3c12c1af00ba82506f288d1e07e0329005"
|
||||
"sha2": "d3adba31d9e7e79d07e703ad2a6967562b220f6b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ f; }' try statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ f; }' try statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "dd72da3c12c1af00ba82506f288d1e07e0329005",
|
||||
"sha1": "d3adba31d9e7e79d07e703ad2a6967562b220f6b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "aef5631ddb1eadeea819782d6cad5ebaa3267263"
|
||||
"sha2": "c1fc74cb0f5db63aee48f72adcd8abccccbc931c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "aef5631ddb1eadeea819782d6cad5ebaa3267263",
|
||||
"sha1": "c1fc74cb0f5db63aee48f72adcd8abccccbc931c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ed026d2a79ed7e2935aa2c6654802265cfd1e277"
|
||||
"sha2": "18a5e0f40787e268714e8c7bd3e1641d76d78319"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'g' identifier with the 'h' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'h' identifier with the 'g' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "ed026d2a79ed7e2935aa2c6654802265cfd1e277",
|
||||
"sha1": "18a5e0f40787e268714e8c7bd3e1641d76d78319",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7e2d4a57ded708e456a65e74de6aa306f109e7f1"
|
||||
"sha2": "f836874a0d43f61e721d253cf3f97fd0a83cb6e7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ f; }' try statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ f; }' try statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the '{ f; }' try statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "7e2d4a57ded708e456a65e74de6aa306f109e7f1",
|
||||
"sha1": "f836874a0d43f61e721d253cf3f97fd0a83cb6e7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a08334179979e507269d2d4d225b43fabdf08231"
|
||||
"sha2": "8776c024182abad3bb3f5f68e999e1172fd0bce0"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ f; }' try statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "a08334179979e507269d2d4d225b43fabdf08231",
|
||||
"sha1": "8776c024182abad3bb3f5f68e999e1172fd0bce0",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "6375ef5c9ef95bc52a4f4d0b27b25a45ee6d4ad0"
|
||||
"sha2": "fb43fddce814a12e5f3a96d13a6a533ea965218c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-try-statement-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the '{ f; }' try statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the '{ f; }' try statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"try-statement.js"
|
||||
],
|
||||
"sha1": "6375ef5c9ef95bc52a4f4d0b27b25a45ee6d4ad0",
|
||||
"sha1": "fb43fddce814a12e5f3a96d13a6a533ea965218c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "d1920048204583b13ae78843de8cb2aceb164574"
|
||||
"sha2": "f03ea63f2c081eb44cc3094034c2320fa50f8520"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'typeof x' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'typeof x' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "184d21574db41e0343ee9e0ebe166495b6205fff",
|
||||
"sha1": "6eeb048dd356c28a76842bafe0ff471aca4fc709",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "720e0e4fb3fd308a3a024852f65dccb5a3159645"
|
||||
"sha2": "ae302058d381bfe2242f8af75707d16d9bc5f9c6"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x instanceof String' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x instanceof String' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'typeof x' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'typeof x' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "720e0e4fb3fd308a3a024852f65dccb5a3159645",
|
||||
"sha1": "ae302058d381bfe2242f8af75707d16d9bc5f9c6",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ba9af83b00f98272bde1cab0c624397e934650c0"
|
||||
"sha2": "70ff969d615bb1e12f9c83a34430c4eecf5e1423"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'String' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'String' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -106,9 +102,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "ba9af83b00f98272bde1cab0c624397e934650c0",
|
||||
"sha1": "70ff969d615bb1e12f9c83a34430c4eecf5e1423",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "71d60e89b4137fd4a2e0cc552789f9cfc04264c3"
|
||||
"sha2": "4e7d94a429cfea4cfb43bee17420bdf2cf31857e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-replacement-test",
|
||||
@ -128,8 +124,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'String' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'String' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -138,9 +133,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "71d60e89b4137fd4a2e0cc552789f9cfc04264c3",
|
||||
"sha1": "4e7d94a429cfea4cfb43bee17420bdf2cf31857e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1c735c0485ca5c653addd5814e52595ac5787cdb"
|
||||
"sha2": "5f0e7b153777bb043786fa66aee9e38978d66762"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-delete-replacement-test",
|
||||
@ -160,8 +155,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x instanceof String' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x instanceof String' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -176,8 +170,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'typeof x' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'typeof x' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x instanceof String' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x instanceof String' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -202,9 +194,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "1c735c0485ca5c653addd5814e52595ac5787cdb",
|
||||
"sha1": "5f0e7b153777bb043786fa66aee9e38978d66762",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "c85218016394b93295e0cef901de2755be8e901c"
|
||||
"sha2": "9aaacd568854471edc874364923b43b5a65f6caf"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-delete-test",
|
||||
@ -224,8 +216,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'typeof x' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'typeof x' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +225,9 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "c85218016394b93295e0cef901de2755be8e901c",
|
||||
"sha1": "9aaacd568854471edc874364923b43b5a65f6caf",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "2928891cdd48936b69827f3ae19220bbb30d3b6e"
|
||||
"sha2": "b91ec6770bb9eed6aa7f9a0b24c65d6460ba825d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-type-operator-delete-rest-test",
|
||||
@ -256,8 +247,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x instanceof String' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x instanceof String' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,7 +256,7 @@
|
||||
"filePaths": [
|
||||
"type-operator.js"
|
||||
],
|
||||
"sha1": "2928891cdd48936b69827f3ae19220bbb30d3b6e",
|
||||
"sha1": "b91ec6770bb9eed6aa7f9a0b24c65d6460ba825d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "50c9fb7f60331db7c4a5580663122bf6c875340c"
|
||||
"sha2": "1d96325511c74b433e0a9c675a1e9c1a368bf222"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "3e883f3c905964aa9c04a836721989934f251368",
|
||||
"sha1": "49e91b55ab4d34df9d10e18a357ecb3f9129d38b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "24616410c732e4ed0d2bdd366a9b7c65f1350ab9"
|
||||
"sha2": "670251c94df41dfcbe8b26ad37cf7b723051a348"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "24616410c732e4ed0d2bdd366a9b7c65f1350ab9",
|
||||
"sha1": "670251c94df41dfcbe8b26ad37cf7b723051a348",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "65b072d0a6fc020645b06825f6575c2b445e88fe"
|
||||
"sha2": "1cc3532b64f1b7f19e3676f8625a2b12cfe2630b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-delete-insert-test",
|
||||
@ -96,8 +93,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -112,8 +108,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -122,9 +117,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "65b072d0a6fc020645b06825f6575c2b445e88fe",
|
||||
"sha1": "1cc3532b64f1b7f19e3676f8625a2b12cfe2630b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "844f980e3cd0425b33d6750fd10f33a7c2e52ad5"
|
||||
"sha2": "db10576ffb9656dcaaba5532089eb76acf5d489f"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-replacement-test",
|
||||
@ -144,8 +139,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -160,8 +154,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -170,9 +163,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "844f980e3cd0425b33d6750fd10f33a7c2e52ad5",
|
||||
"sha1": "db10576ffb9656dcaaba5532089eb76acf5d489f",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0908d4dfcb1c0b86f4ca20bd055670ebbe0e9dac"
|
||||
"sha2": "fd6f48b2d37f71c4e9155b4fe875371543a92961"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-delete-replacement-test",
|
||||
@ -192,8 +185,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' return statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +200,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -224,8 +215,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'undefined' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -234,9 +224,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "0908d4dfcb1c0b86f4ca20bd055670ebbe0e9dac",
|
||||
"sha1": "fd6f48b2d37f71c4e9155b4fe875371543a92961",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3439b9b0f4daba5fb029403dcc7d37d7d5f147de"
|
||||
"sha2": "5a182f3d30775c47d619dea99fb6912f14460f86"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-delete-test",
|
||||
@ -256,8 +246,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -266,9 +255,9 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "3439b9b0f4daba5fb029403dcc7d37d7d5f147de",
|
||||
"sha1": "5a182f3d30775c47d619dea99fb6912f14460f86",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "fd6bea53f81c603df1baa77d61048b0c7162d3ed"
|
||||
"sha2": "58439f1bf80a8b82fae2f08eb8bfc1d1a96c4a7e"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-undefined-delete-rest-test",
|
||||
@ -288,8 +277,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'undefined' return statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'undefined' return statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -298,7 +286,7 @@
|
||||
"filePaths": [
|
||||
"undefined.js"
|
||||
],
|
||||
"sha1": "fd6bea53f81c603df1baa77d61048b0c7162d3ed",
|
||||
"sha1": "58439f1bf80a8b82fae2f08eb8bfc1d1a96c4a7e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "3e1c52cdcfb175a8271723e1584824e78861caa0"
|
||||
"sha2": "a36b31965536bd78704978e111fd017722054b27"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "9cb880c6d183e0ff29f5a379bf6bfe8a91ea75f0",
|
||||
"sha1": "6f8397f676d372fb7cc681c6170eab3f00a5508b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9be12afcd6174bb4ccbb9e4e203ff9c2ebd05c2f"
|
||||
"sha2": "a0b5c84fbb211d943917ca1b033d0f4d69e99fab"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -80,8 +77,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'z' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -96,8 +92,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -106,9 +101,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "9be12afcd6174bb4ccbb9e4e203ff9c2ebd05c2f",
|
||||
"sha1": "a0b5c84fbb211d943917ca1b033d0f4d69e99fab",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ed055ea2c0cdae06c2679c7febe33ea291ab50af"
|
||||
"sha2": "b29aa1c8b4ce011908b5fcb146722a7415615b61"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-delete-insert-test",
|
||||
@ -140,8 +135,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'x' variable with the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'x' variable with the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -156,8 +150,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -172,8 +165,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'z' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -182,9 +174,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "ed055ea2c0cdae06c2679c7febe33ea291ab50af",
|
||||
"sha1": "b29aa1c8b4ce011908b5fcb146722a7415615b61",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "58c6d08bf25620f6b3be0ce0bde34968aa8731cb"
|
||||
"sha2": "121898865a4153fdee7af490b7f95e63dfecd245"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-replacement-test",
|
||||
@ -216,8 +208,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'x' variable with the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'x' variable with the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -232,8 +223,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -248,8 +238,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'z' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +247,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "58c6d08bf25620f6b3be0ce0bde34968aa8731cb",
|
||||
"sha1": "121898865a4153fdee7af490b7f95e63dfecd245",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "b342a171c3b2487402c335c5073c5b3e9a6d9c28"
|
||||
"sha2": "4f800595767d306adf1001a3e532c0f49c77549b"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-delete-replacement-test",
|
||||
@ -280,8 +269,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -296,8 +284,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -312,8 +299,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'z' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -328,8 +314,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -344,8 +329,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -360,8 +344,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -376,8 +359,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'z' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -386,9 +368,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "b342a171c3b2487402c335c5073c5b3e9a6d9c28",
|
||||
"sha1": "4f800595767d306adf1001a3e532c0f49c77549b",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e7b32730438255bab8de8b0c76f204ef5d5517ec"
|
||||
"sha2": "a62c5f0ceea3f103315aab7f595f0fc257690f46"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-delete-test",
|
||||
@ -408,8 +390,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -418,9 +399,9 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "e7b32730438255bab8de8b0c76f204ef5d5517ec",
|
||||
"sha1": "a62c5f0ceea3f103315aab7f595f0fc257690f46",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9de9b7db92e589ace7505ab9b4db1c40ec631165"
|
||||
"sha2": "a1ce7a96169c9034dbc16807e754c5a58df0c0f8"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-var-declaration-delete-rest-test",
|
||||
@ -440,8 +421,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'x' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'x' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -456,8 +436,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'y' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'y' variable"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -472,8 +451,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'z' variable",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'z' variable"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -482,7 +460,7 @@
|
||||
"filePaths": [
|
||||
"var-declaration.js"
|
||||
],
|
||||
"sha1": "9de9b7db92e589ace7505ab9b4db1c40ec631165",
|
||||
"sha1": "a1ce7a96169c9034dbc16807e754c5a58df0c0f8",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f3566e32792c678aaed037ccd4998275a9c111f6"
|
||||
"sha2": "538d0fcee9f9f1163338901d5c7ec3035da370c4"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "2074bb33669e57e62f87e701e4265cf784b19e58",
|
||||
"sha1": "af7fa2faefa291b9a06977c18ce312bffe7bc871",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "8b059350148dcffeee8ccd9366ad66c7d1cef915"
|
||||
"sha2": "60d7f50440d1afcabab62927fc575f4aa29cbac7"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar2' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "8b059350148dcffeee8ccd9366ad66c7d1cef915",
|
||||
"sha1": "60d7f50440d1afcabab62927fc575f4aa29cbac7",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "90ab826472b30886ece143bfb81316b6a727943a"
|
||||
"sha2": "fb6bdcb35d721efd2efc359911854cdd2834eece"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'theVar2' identifier with the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'theVar2' identifier with the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "90ab826472b30886ece143bfb81316b6a727943a",
|
||||
"sha1": "fb6bdcb35d721efd2efc359911854cdd2834eece",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "44ab672853770a8141287a7f6b99064f9138cb77"
|
||||
"sha2": "b49f639a28f9a64cb9c8994eb626c0353b3b8d34"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'theVar' identifier with the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'theVar' identifier with the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "44ab672853770a8141287a7f6b99064f9138cb77",
|
||||
"sha1": "b49f639a28f9a64cb9c8994eb626c0353b3b8d34",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "5952e6fbb59faeda16dd0ce1ded38dcd90f1b587"
|
||||
"sha2": "26355d52a696edb7b9cc3fd119c6f5fd6afdd24c"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar2' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "5952e6fbb59faeda16dd0ce1ded38dcd90f1b587",
|
||||
"sha1": "26355d52a696edb7b9cc3fd119c6f5fd6afdd24c",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "bf907d6d61c4fe246ce406e7fe04f0aafe39782c"
|
||||
"sha2": "c7eb7e72c8e57e95670f442f9a1129a19a4864bd"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "bf907d6d61c4fe246ce406e7fe04f0aafe39782c",
|
||||
"sha1": "c7eb7e72c8e57e95670f442f9a1129a19a4864bd",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e044481441f48984c54cab43b37b7a07696be1c8"
|
||||
"sha2": "3d7a287fb605880675b46eba44ecfaab86e8ba35"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-variable-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'theVar2' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'theVar2' identifier"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"variable.js"
|
||||
],
|
||||
"sha1": "e044481441f48984c54cab43b37b7a07696be1c8",
|
||||
"sha1": "3d7a287fb605880675b46eba44ecfaab86e8ba35",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1ecef9aa25c5f5b2d024632f76333266bbaa3b08"
|
||||
"sha2": "7ad1f0f1e9c4fda88ae65caff85d855f6b429c0f"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'void b()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'void b()' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "a34d26b577d45eb717e1fe5106677325581d96fb",
|
||||
"sha1": "7ba29898c7f45897e7de7f1191e0c6b7f9fac35e",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "509b527807b92bc977ea4d76352167537a31e59a"
|
||||
"sha2": "04efcf66ddcaa70558821725988f42c1af11f3cc"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'void c()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'void c()' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'void b()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'void b()' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "509b527807b92bc977ea4d76352167537a31e59a",
|
||||
"sha1": "04efcf66ddcaa70558821725988f42c1af11f3cc",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "94643283de3ca9031814c2686d6981d061ea39e5"
|
||||
"sha2": "2cfcfeb87a2b4a0db7905bc74d3a7e1be38cbf5a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the b() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'c' identifier with the 'b' identifier in the b() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -118,9 +114,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "94643283de3ca9031814c2686d6981d061ea39e5",
|
||||
"sha1": "2cfcfeb87a2b4a0db7905bc74d3a7e1be38cbf5a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "da299cf12b29b9a9e4c160c899a5a99f775db019"
|
||||
"sha2": "cd22e88db42b827ae56fb6ca9edeb221c67f038d"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-replacement-test",
|
||||
@ -152,8 +148,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the c() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'c' identifier in the c() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -162,9 +157,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "da299cf12b29b9a9e4c160c899a5a99f775db019",
|
||||
"sha1": "cd22e88db42b827ae56fb6ca9edeb221c67f038d",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f7257d8cc48c28fa362ac35b2ffe8a289ccda5b3"
|
||||
"sha2": "0b81ec59795d14187d78eb1f48b8b5e8acb0c748"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-delete-replacement-test",
|
||||
@ -184,8 +179,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'void c()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'void c()' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -200,8 +194,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'void b()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'void b()' operator"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -216,8 +209,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'void c()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'void c()' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -226,9 +218,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "f7257d8cc48c28fa362ac35b2ffe8a289ccda5b3",
|
||||
"sha1": "0b81ec59795d14187d78eb1f48b8b5e8acb0c748",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "eba77c9ca2f30769e008be446ac51602d8774949"
|
||||
"sha2": "9860d6a2ad25819e82ac0848010b5d6f7e1b5b76"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-delete-test",
|
||||
@ -248,8 +240,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'void b()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'void b()' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -258,9 +249,9 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "eba77c9ca2f30769e008be446ac51602d8774949",
|
||||
"sha1": "9860d6a2ad25819e82ac0848010b5d6f7e1b5b76",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "e2d838d6c0797077d1197573fcb31dab223f299b"
|
||||
"sha2": "df7dcb8b1dbc8cd8d7044c0ea75c825e95f55279"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-void-operator-delete-rest-test",
|
||||
@ -280,8 +271,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'void c()' operator",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'void c()' operator"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -290,7 +280,7 @@
|
||||
"filePaths": [
|
||||
"void-operator.js"
|
||||
],
|
||||
"sha1": "e2d838d6c0797077d1197573fcb31dab223f299b",
|
||||
"sha1": "df7dcb8b1dbc8cd8d7044c0ea75c825e95f55279",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "f79e1375ce21269c7d54de075cbed5f40ea1b501"
|
||||
"sha2": "85ef535e2b1570133c3be4bddaffc8513555ad2c"
|
||||
}]
|
||||
|
@ -16,8 +16,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -26,9 +25,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "126641b1c820ff0a55da55b367554ff1698a4fc3",
|
||||
"sha1": "1476b59a288eafecf5ddd48696a3e207754a9668",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "9c434e0c6b44a4e60ca5b0bed09dbaef6224bc86"
|
||||
"sha2": "f23284bfe8af3aeae4cd0de9ff318f5c0bb1117a"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-replacement-insert-test",
|
||||
@ -48,8 +47,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'b' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'b' while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -64,8 +62,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'a' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'a' while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -74,9 +71,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "9c434e0c6b44a4e60ca5b0bed09dbaef6224bc86",
|
||||
"sha1": "f23284bfe8af3aeae4cd0de9ff318f5c0bb1117a",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "0c64c82fc19f9a9f7598962e6a629eda732414c4"
|
||||
"sha2": "0187cf96aade757c54df567264bce2b15c5d2bde"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-delete-insert-test",
|
||||
@ -108,8 +105,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -136,8 +132,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the b() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier in the b() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -146,9 +141,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "0c64c82fc19f9a9f7598962e6a629eda732414c4",
|
||||
"sha1": "0187cf96aade757c54df567264bce2b15c5d2bde",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ebc38db083a37927879c8a7896d84c6ad670bd41"
|
||||
"sha2": "ea3cd5cf3a270d94a6fb64540f5d15c3a862d7db"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-replacement-test",
|
||||
@ -180,8 +175,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'a' identifier with the 'b' identifier"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -208,8 +202,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the a() function call",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Replaced the 'b' identifier with the 'a' identifier in the a() function call"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -218,9 +211,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "ebc38db083a37927879c8a7896d84c6ad670bd41",
|
||||
"sha1": "ea3cd5cf3a270d94a6fb64540f5d15c3a862d7db",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "a2a000e2b77ba785dc25df73cc387a4fff5fd6ce"
|
||||
"sha2": "201605c6796eb154347d09577ba30c428ff8a2fe"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-delete-replacement-test",
|
||||
@ -240,8 +233,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'b' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'b' while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -256,8 +248,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' while statement"
|
||||
},
|
||||
{
|
||||
"span": {
|
||||
@ -272,8 +263,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Added the 'b' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Added the 'b' while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -282,9 +272,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "a2a000e2b77ba785dc25df73cc387a4fff5fd6ce",
|
||||
"sha1": "201605c6796eb154347d09577ba30c428ff8a2fe",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "1766bc7de3028114c029d58d8dad57d1b224b56f"
|
||||
"sha2": "b6a9d4096d663c0a0095d75e9ceb4dacf5bbee39"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-delete-test",
|
||||
@ -304,8 +294,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'a' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'a' while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -314,9 +303,9 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "1766bc7de3028114c029d58d8dad57d1b224b56f",
|
||||
"sha1": "b6a9d4096d663c0a0095d75e9ceb4dacf5bbee39",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "7acae0fbb45845daa0c4054e20d30aff3f37b872"
|
||||
"sha2": "a82434bad4b9b59f0d6df675bc4fadfa97b992b4"
|
||||
}
|
||||
,{
|
||||
"testCaseDescription": "javascript-while-statement-delete-rest-test",
|
||||
@ -336,8 +325,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"summary": "Deleted the 'b' while statement",
|
||||
"tag": "JSONSummary"
|
||||
"summary": "Deleted the 'b' while statement"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -346,7 +334,7 @@
|
||||
"filePaths": [
|
||||
"while-statement.js"
|
||||
],
|
||||
"sha1": "7acae0fbb45845daa0c4054e20d30aff3f37b872",
|
||||
"sha1": "a82434bad4b9b59f0d6df675bc4fadfa97b992b4",
|
||||
"gitDir": "test/corpus/repos/javascript",
|
||||
"sha2": "ae76dbf085fd365417c914186052f77fec683519"
|
||||
"sha2": "ff624cef881f79c1f5e43043657a490eb7d137e2"
|
||||
}]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a1ec5326a248592c7deb7a7e3b3ece00b97506bb
|
||||
Subproject commit dce5b472e5bcc43861e65b412644c7931f12d313
|
Loading…
Reference in New Issue
Block a user