Skip to content

Commit

Permalink
ASTDiff: Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 authored and tsantalis committed Dec 23, 2024
1 parent e1cbca1 commit 08ae0f6
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3331,6 +3331,72 @@
"secondPos" : 4953,
"firstEndPos" : 4655,
"secondEndPos" : 4960
}, {
"firstType" : "MethodInvocation",
"secondType" : "MethodInvocation",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "METHOD_INVOCATION_ARGUMENTS",
"secondParentType" : "VariableDeclarationFragment",
"firstPos" : 4637,
"secondPos" : 4549,
"firstEndPos" : 4655,
"secondEndPos" : 4567
}, {
"firstType" : "METHOD_INVOCATION_RECEIVER",
"secondType" : "METHOD_INVOCATION_RECEIVER",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 4637,
"secondPos" : 4549,
"firstEndPos" : 4642,
"secondEndPos" : 4554
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "token",
"secondLabel" : "token",
"firstParentType" : "METHOD_INVOCATION_RECEIVER",
"secondParentType" : "METHOD_INVOCATION_RECEIVER",
"firstPos" : 4637,
"secondPos" : 4549,
"firstEndPos" : 4642,
"secondEndPos" : 4554
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "indexOf",
"secondLabel" : "indexOf",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 4643,
"secondPos" : 4555,
"firstEndPos" : 4650,
"secondEndPos" : 4562
}, {
"firstType" : "CharacterLiteral",
"secondType" : "CharacterLiteral",
"firstLabel" : "'='",
"secondLabel" : "'='",
"firstParentType" : "METHOD_INVOCATION_ARGUMENTS",
"secondParentType" : "METHOD_INVOCATION_ARGUMENTS",
"firstPos" : 4651,
"secondPos" : 4563,
"firstEndPos" : 4654,
"secondEndPos" : 4566
}, {
"firstType" : "METHOD_INVOCATION_ARGUMENTS",
"secondType" : "METHOD_INVOCATION_ARGUMENTS",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 4651,
"secondPos" : 4563,
"firstEndPos" : 4654,
"secondEndPos" : 4566
}, {
"firstType" : "Block",
"secondType" : "Block",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,17 @@
"secondPos" : 3661,
"firstEndPos" : 3710,
"secondEndPos" : 3670
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "r",
"secondLabel" : "r",
"firstParentType" : "ArrayAccess",
"secondParentType" : "VariableDeclarationFragment",
"firstPos" : 3704,
"secondPos" : 3465,
"firstEndPos" : 3705,
"secondEndPos" : 3466
}, {
"firstType" : "ASSIGNMENT_OPERATOR",
"secondType" : "ASSIGNMENT_OPERATOR",
Expand Down Expand Up @@ -2792,6 +2803,17 @@
"secondPos" : 3885,
"firstEndPos" : 3907,
"secondEndPos" : 3890
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "r",
"secondLabel" : "r",
"firstParentType" : "ArrayAccess",
"secondParentType" : "VariableDeclarationFragment",
"firstPos" : 3913,
"secondPos" : 3465,
"firstEndPos" : 3914,
"secondEndPos" : 3466
}, {
"firstType" : "ASSIGNMENT_OPERATOR",
"secondType" : "ASSIGNMENT_OPERATOR",
Expand Down

0 comments on commit 08ae0f6

Please sign in to comment.