gumtree
gumtree copied to clipboard
An awesome code differencing tool
Hello, ### Context When parsing the following java source ```java import java.util.function.Function; class C{ static void fun(Function func1,Function func2){ System.out.println(func1.apply("Hello")+func2.apply(" World")); } public static void main(String[] args){ C.fun(s1->s1,s2->s2); } }...
Is there a full documentation of node types in the AST generated by Java parser in GumTree? For my work, I want to specify different behavior depending on node types...
per our discussion of Aug 27 2020
Hello, when using gumtree (swingdiff or webdiff) on this case : no change is detected... However there is an obvious change on the class A declaration by using extends or...
This commit is adding a new compute method to support the diff processing of resources instead of paths. This functionality is intersting when the files that need to be computed...
Hi all, I compiled the latest version of Gumtree from the source and have been using it. Really great project! I'm having some issues with the `textdiff` command, unfortunately. It...
I tried gumtree on a "random" Pull Request. There, I renamed files. The output is as follows:  While GitHub also thinks only one file is renamed (scroll down at...
String literals seem to be ignored in some cases. (tested with build 6584227)