gumtree icon indicating copy to clipboard operation
gumtree copied to clipboard

An awesome code differencing tool

Results 44 gumtree issues
Sort by recently updated
recently updated
newest added

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); } }...

bug

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...

help wanted
question

JdtTreeGenerator should report syntax errors

bug

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...

bug

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...

bug

I tried gumtree on a "random" Pull Request. There, I renamed files. The output is as follows: ![image](https://github.com/GumTreeDiff/gumtree/assets/1366654/937eb6f8-0465-43b5-83d0-1096f4a1d9e8) While GitHub also thinks only one file is renamed (scroll down at...

enhancement
help wanted

String literals seem to be ignored in some cases. (tested with build 6584227)

bug