Skip to content

Commit

Permalink
ASTDiff: Update test result (according to master branch, not includin…
Browse files Browse the repository at this point in the history
…g comments here)
  • Loading branch information
pouryafard75 authored and tsantalis committed Dec 5, 2024
1 parent e255f3f commit 80ec53a
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2935,6 +2935,83 @@
"secondPos" : 5379,
"firstEndPos" : 3340,
"secondEndPos" : 5395
}, {
"firstType" : "FieldDeclaration",
"secondType" : "FieldDeclaration",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "TypeDeclaration",
"secondParentType" : "TypeDeclaration",
"firstPos" : 3344,
"secondPos" : 5399,
"firstEndPos" : 3379,
"secondEndPos" : 5436
}, {
"firstType" : "Modifier",
"secondType" : "Modifier",
"firstLabel" : "protected",
"secondLabel" : "private",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3344,
"secondPos" : 5399,
"firstEndPos" : 3353,
"secondEndPos" : 5406
}, {
"firstType" : "Modifier",
"secondType" : "Modifier",
"firstLabel" : "final",
"secondLabel" : "final",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3354,
"secondPos" : 5407,
"firstEndPos" : 3359,
"secondEndPos" : 5412
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "JClass",
"secondLabel" : "JClass",
"firstParentType" : "SimpleType",
"secondParentType" : "SimpleType",
"firstPos" : 3360,
"secondPos" : 5413,
"firstEndPos" : 3366,
"secondEndPos" : 5419
}, {
"firstType" : "SimpleType",
"secondType" : "SimpleType",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3360,
"secondPos" : 5413,
"firstEndPos" : 3366,
"secondEndPos" : 5419
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "_unionClass",
"secondLabel" : "_unionBaseClass",
"firstParentType" : "VariableDeclarationFragment",
"secondParentType" : "VariableDeclarationFragment",
"firstPos" : 3367,
"secondPos" : 5420,
"firstEndPos" : 3378,
"secondEndPos" : 5435
}, {
"firstType" : "VariableDeclarationFragment",
"secondType" : "VariableDeclarationFragment",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3367,
"secondPos" : 5420,
"firstEndPos" : 3378,
"secondEndPos" : 5435
}, {
"firstType" : "FieldDeclaration",
"secondType" : "FieldDeclaration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,28 @@
"secondPos" : 3662,
"firstEndPos" : 3356,
"secondEndPos" : 3676
}, {
"firstType" : "FieldDeclaration",
"secondType" : "FieldDeclaration",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "TypeDeclaration",
"secondParentType" : "TypeDeclaration",
"firstPos" : 3344,
"secondPos" : 5399,
"firstEndPos" : 3379,
"secondEndPos" : 5436
}, {
"firstType" : "Modifier",
"secondType" : "Modifier",
"firstLabel" : "protected",
"secondLabel" : "private",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3344,
"secondPos" : 5399,
"firstEndPos" : 3353,
"secondEndPos" : 5406
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
Expand All @@ -1648,6 +1670,17 @@
"secondPos" : 3669,
"firstEndPos" : 3355,
"secondEndPos" : 3675
}, {
"firstType" : "Modifier",
"secondType" : "Modifier",
"firstLabel" : "final",
"secondLabel" : "final",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3354,
"secondPos" : 5407,
"firstEndPos" : 3359,
"secondEndPos" : 5412
}, {
"firstType" : "TextElement",
"secondType" : "TextElement",
Expand All @@ -1659,6 +1692,50 @@
"secondPos" : 3676,
"firstEndPos" : 3380,
"secondEndPos" : 3700
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "JClass",
"secondLabel" : "JClass",
"firstParentType" : "SimpleType",
"secondParentType" : "SimpleType",
"firstPos" : 3360,
"secondPos" : 5413,
"firstEndPos" : 3366,
"secondEndPos" : 5419
}, {
"firstType" : "SimpleType",
"secondType" : "SimpleType",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3360,
"secondPos" : 5413,
"firstEndPos" : 3366,
"secondEndPos" : 5419
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "_unionClass",
"secondLabel" : "_unionBaseClass",
"firstParentType" : "VariableDeclarationFragment",
"secondParentType" : "VariableDeclarationFragment",
"firstPos" : 3367,
"secondPos" : 5420,
"firstEndPos" : 3378,
"secondEndPos" : 5435
}, {
"firstType" : "VariableDeclarationFragment",
"secondType" : "VariableDeclarationFragment",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "FieldDeclaration",
"secondParentType" : "FieldDeclaration",
"firstPos" : 3367,
"secondPos" : 5420,
"firstEndPos" : 3378,
"secondEndPos" : 5435
}, {
"firstType" : "TagElement",
"secondType" : "TagElement",
Expand Down

0 comments on commit 80ec53a

Please sign in to comment.