Closed tsantalis closed 1 year ago
https://github.com/apache/commons-lang/commit/5111ae7db08a70323a51a21df0bbaf46f21e072e
In all buffer.append() statements, the then part of the conditional expression is matched with the else part and vice versa.
buffer.append()
then
else
Proof of fix:
Tree matching test added for this case in https://github.com/pouryafard75/RM-ASTDiff/commit/7f919e6e80ba052ec8d1db60ad884e4ea2009357
https://github.com/apache/commons-lang/commit/5111ae7db08a70323a51a21df0bbaf46f21e072e
In all
buffer.append()
statements, thethen
part of the conditional expression is matched with theelse
part and vice versa.