-
-
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/…
-
The virtual nodes should have the position inferred from the children or parent (depending the case).
For example, for the virtual that groups modifiers, the start position should be taken from the f…
-
Hi there,
Can you please let me know how to get buggy line number from each file. Do I need to use fault localization technique for this purpose or is there any other simpler way for codeflaws data. …
-
For example, run this
```Java
@Test
public void testExplicitConversion() throws Exception {
AstComparator comparator = new AstComparator();
String a = "class Foo{public void bar(){\ndoubl…
-
I think the fix does not work for this commit:
https://github.com/cloudfoundry/uaa/commit/4653a99a88c49d4b1b680b6592ed39f90de68210
**FIXED** in https://github.com/tsantalis/RefactoringMiner/commi…
-
I have a use case where I need the information of the target nodes in the EditScript. However, only the target node text is passed to the `Update` objects. For example the code at [`code_diff/__init_…
-
I'm trying `make` to install cgum. However, I ran into an error which was:
`File "./common.ml", line 2344, characters 16-38:
Error: Unbound value String.lowercase_ascii
Makefile:199: recipe for ta…
-
As many services offer companion apps in the form of com.packagename.tld we need a way to map that com.packagename.tld to a standard service name.
In the case of ebay, the service a given user may …
-
Hi,
Currently, a change is an instance of a pattern only if the mentioned entity type in the pattern specification is exactly the same as the diff entity type. See [HERE](https://github.com/SpoonLa…