Skip to content

Commit

Permalink
ASTDiff: Test result migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Dec 9, 2024
1 parent 24187a8 commit de24c78
Showing 1 changed file with 154 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10360,6 +10360,160 @@
"secondPos" : 2216,
"firstEndPos" : 10053,
"secondEndPos" : 2362
}, {
"firstType" : "MethodInvocation",
"secondType" : "MethodInvocation",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "VariableDeclarationFragment",
"secondParentType" : "ClassInstanceCreation",
"firstPos" : 9854,
"secondPos" : 2246,
"firstEndPos" : 9993,
"secondEndPos" : 2356
}, {
"firstType" : "METHOD_INVOCATION_RECEIVER",
"secondType" : "METHOD_INVOCATION_RECEIVER",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9854,
"secondPos" : 2246,
"firstEndPos" : 9860,
"secondEndPos" : 2252
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "String",
"secondLabel" : "String",
"firstParentType" : "METHOD_INVOCATION_RECEIVER",
"secondParentType" : "METHOD_INVOCATION_RECEIVER",
"firstPos" : 9854,
"secondPos" : 2246,
"firstEndPos" : 9860,
"secondEndPos" : 2252
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "format",
"secondLabel" : "format",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9861,
"secondPos" : 2253,
"firstEndPos" : 9867,
"secondEndPos" : 2259
}, {
"firstType" : "METHOD_INVOCATION_ARGUMENTS",
"secondType" : "METHOD_INVOCATION_ARGUMENTS",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9868,
"secondPos" : 2260,
"firstEndPos" : 9992,
"secondEndPos" : 2355
}, {
"firstType" : "StringLiteral",
"secondType" : "StringLiteral",
"firstLabel" : "\"Cannot register method '%s' as an @%s method since it is not static.\"",
"secondLabel" : "\"@%s method '%s' must be static.\"",
"firstParentType" : "METHOD_INVOCATION_ARGUMENTS",
"secondParentType" : "METHOD_INVOCATION_ARGUMENTS",
"firstPos" : 9868,
"secondPos" : 2260,
"firstEndPos" : 9938,
"secondEndPos" : 2293
}, {
"firstType" : "MethodInvocation",
"secondType" : "MethodInvocation",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "METHOD_INVOCATION_ARGUMENTS",
"secondParentType" : "METHOD_INVOCATION_ARGUMENTS",
"firstPos" : 9944,
"secondPos" : 2295,
"firstEndPos" : 9960,
"secondEndPos" : 2325
}, {
"firstType" : "METHOD_INVOCATION_RECEIVER",
"secondType" : "METHOD_INVOCATION_RECEIVER",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9944,
"secondPos" : 2295,
"firstEndPos" : 9950,
"secondEndPos" : 2309
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "method",
"secondLabel" : "annotationType",
"firstParentType" : "METHOD_INVOCATION_RECEIVER",
"secondParentType" : "METHOD_INVOCATION_RECEIVER",
"firstPos" : 9944,
"secondPos" : 2295,
"firstEndPos" : 9950,
"secondEndPos" : 2309
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "getName",
"secondLabel" : "getSimpleName",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9951,
"secondPos" : 2310,
"firstEndPos" : 9958,
"secondEndPos" : 2323
}, {
"firstType" : "MethodInvocation",
"secondType" : "MethodInvocation",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "METHOD_INVOCATION_ARGUMENTS",
"secondParentType" : "METHOD_INVOCATION_ARGUMENTS",
"firstPos" : 9962,
"secondPos" : 2331,
"firstEndPos" : 9992,
"secondEndPos" : 2355
}, {
"firstType" : "METHOD_INVOCATION_RECEIVER",
"secondType" : "METHOD_INVOCATION_RECEIVER",
"firstLabel" : "",
"secondLabel" : "",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9962,
"secondPos" : 2331,
"firstEndPos" : 9976,
"secondEndPos" : 2337
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "annotationType",
"secondLabel" : "method",
"firstParentType" : "METHOD_INVOCATION_RECEIVER",
"secondParentType" : "METHOD_INVOCATION_RECEIVER",
"firstPos" : 9962,
"secondPos" : 2331,
"firstEndPos" : 9976,
"secondEndPos" : 2337
}, {
"firstType" : "SimpleName",
"secondType" : "SimpleName",
"firstLabel" : "getSimpleName",
"secondLabel" : "toGenericString",
"firstParentType" : "MethodInvocation",
"secondParentType" : "MethodInvocation",
"firstPos" : 9977,
"secondPos" : 2338,
"firstEndPos" : 9990,
"secondEndPos" : 2353
}, {
"firstType" : "ThrowStatement",
"secondType" : "ThrowStatement",
Expand Down

0 comments on commit de24c78

Please sign in to comment.