Skip to content

Commit

Permalink
Merge pull request #1693 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
Update the location of sortAlgo resources
  • Loading branch information
tsaglam authored Apr 9, 2024
2 parents 824e18a + 23ece9c commit 11b0347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.-End-to-End-Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ adding/removing comments to architectural changes in the deliverables.
These changes were now transferred to a base class and thus the plagiarism was created. The named base class was provided with the individual changes. The numbers in the list shown above are intended for the traceability of the test data. Here the test data filenames were named with the respective changes. Example: SortAlgo4d1 contains the changes "Variable declaration at the beginning of the program". If several points are combined, this is separated by "_" e.g.: SortAlgo1_3 contains "(1) Inserting comments or empty lines" and "(3) Insertion of unnecessary or changed code lines".

The following code examples show how these changes affect the program code and also how the detection of JPLag behaves.
All the code examples shown and more can be found at [testdata-resources-SortAlgo](https://github.com/jplag/JPlag/tree/main/endtoend-testing/src/test/resources/languageTestFiles/java/sortAlgo).
All the code examples shown and more can be found at [testdata-resources-SortAlgo](https://github.com/jplag/JPlag/tree/main/endtoend-testing/src/test/resources/data/sortAlgo).

### (1) Inserting comments or empty lines

Expand Down

0 comments on commit 11b0347

Please sign in to comment.