-
|
Hello, first of all, thanks for sharing the nice and interesting tool. I had a question while I am trying out GumTree tool. Given src.java and dst.java below, GumTree says (I interpreted the result by webdiff command): I wondered why GumTree did not use the edit script that uses "update" operation. src.java dst.java |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi! This is currently impossible because add() is of type method call and a + b arithmetic expression. |
Beta Was this translation helpful? Give feedback.
Hi! This is currently impossible because add() is of type method call and a + b arithmetic expression.