Skip to content

Commit

Permalink
Update the location of sortAlgo resources
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman committed Apr 9, 2024
1 parent 824e18a commit 23ece9c
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 23ece9c

Please sign in to comment.