You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using textdiff to compare packages/multiple files I see the following error:
Error while parsing arguments of client 'textdiff'.
java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at com.github.gumtreediff.gen.Registry.lambda$defaultFactory$1(Registry.java:127)
at com.github.gumtreediff.client.Run.startClient(Run.java:79)
at com.github.gumtreediff.client.Run.main(Run.java:115)
Caused by: com.github.gumtreediff.client.Option$OptionException: Source must be a file: /Users/diyaayaa/Downloads/python-basics-exercises-master/ch06-functions-and-loops
at com.github.gumtreediff.client.diff.TextDiff.<init>(TextDiff.java:43)
I would like to get the diff output in JSON format that's the reason am using textdiff.
The text was updated successfully, but these errors were encountered:
So am assuming that textdiff won't give me the (Deleted/Added files).
I think for file differences maybe for now I can create a small script to go through the files that've been modified. But, I am still thinking of a way to use GumTree to list out what files have been added/deleted and get that list output on terminal or a file.. not through webdiff.
Then we could use this inside the textdiff command, but we have to think about how the output would look like, especially between the multiple diffs (filenames? special syntax to enable post-processing?).
When using textdiff to compare packages/multiple files I see the following error:
The text was updated successfully, but these errors were encountered: