GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
917 stars 173 forks source link

How to view the algorithm execution process #306

Closed cena1001 closed 1 year ago

cena1001 commented 1 year ago

Hello, I want to see how webdiff compares two Java files, but gradually debugging files in the run method doesn't seem to be running into the core module. I wonder where are the algorithms for comparing and mapping used, or how can I see the detailed execution process of these algorithms?and what files are the top down and bottom up algorithms in?Thanks in advance. image