jdime icon indicating copy to clipboard operation
jdime copied to clipboard

syntactic merge tool for java

Results 8 jdime issues
Sort by recently updated
recently updated
newest added

I ran this command: ``` $JDIME_DIR/build/install/JDime/bin/JDime -r --accept-non-java --mode linebased,semistructured,structured \ --output checker-framework-fork-smillst-branch-java8inference-7b64ac8a86a828195dd8438b698bdff955e7d0dd-jdime-merged \ checker-framework-fork-smillst-branch-java8inference-9be94d8675 \ checker-framework-fork-smillst-branch-java8inference-c237f52596524124e44ca79dcb6c3a9fb4656e11 \ checker-framework-fork-smillst-branch-java8inference-93f64d9f29 ``` The output is in the attached file `output.txt`. [output.txt](https://github.com/se-sic/jdime/files/13121057/output.txt) You...

The JDime script says "Licensed under the Apache License", which conflicts with README.md which says "JDime is covered by the GNU Lesser General Public License.".

Hi all! I have tried to install JDime on last version of MacOS X but no success so far. I installed libgit2 (brew install libgit2), and compiled JDime from develop...

Hi, I am trying to run the nway mode, but everytime I run it with any code it shows a null pointer exception. As a minimal example I created 3...

I tried to run the auto-tuned mode by using a combination of line based and structured. I was performing my experiments over the curated DrJava source code made available from...

Hi, guys! I would like to inform that the class Unordered Merge is looping indefinitely with the attached example, at https://github.com/se-passau/jdime/blob/master/src/de/fosd/jdime/merge/UnorderedMerge.java#L105 This is the version I am currently using: https://github.com/se-passau/jdime/commit/63ffc342fa480ea0de913f2744579d884f79d828...

bug
confirmed

Some stuff is outdated, we should care more about `README` because that's what people look at first. As an example, @ttben mentioned that `-m unstructured` (as an alias for `-m...

documentation

Especially `-d` should set an appropriate log level and provide dumps of the matched ASTNodeArtifacts.

enhancement