Fixture: java-defects4j-closure-89-globalnamespace
Side: before
Node kind: program
Path: (root)
Current status: matched
Describe why you disagree with this mapping:
I would expect the
identifier "aliasingGets"
> ">"
decimal_integer_literal "0"
to be not even moved, but unedited, but it's moved in terms of the AST depth, but I wold not expect it to be crossed out in the AST left, since it was not really edited at all and remains. I understand maybe at the AST level how we got there but as a user it is not intuitive.
Fixture: java-defects4j-closure-89-globalnamespace
Side: before
Node kind: program
Path: (root)
Current status: matched
Describe why you disagree with this mapping:
I would expect the
to be not even moved, but unedited, but it's moved in terms of the AST depth, but I wold not expect it to be crossed out in the AST left, since it was not really edited at all and remains. I understand maybe at the AST level how we got there but as a user it is not intuitive.