gumtree-spoon-ast-diff
gumtree-spoon-ast-diff copied to clipboard
Fail to recognize the switch of elseExpression and thenExpression in CtConditional
Input
int insBegin = (1 == 2) ? 1 : 0;
int insBegin = (1 == 2) ? 0 : 1;
Output
Only delete and insert operations about CtLiteral 0 without mentioning the role change of CtLiteral 1.

Hi @11510746 Could you create a pull request with a test that exposes the problem? Thank you very much