-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation End2End testing #632
Comments
Thanks for the good and extensive documentation. Wiki
I don't get this sentence. The minimum token match is defined by the JSON, so how can it change? I like that you provide code examples for all plagiarism cases but I would remove the JSONs there. This can also be expressed in code and is then easier to grasp for someone not used to the JSON structure. Also, you motivate things using a minimum token match of 1. This value makes no sense at all for code, as this will trigger a match whenever two times the same token is extracted and does not require any structural similarity. Also, why 15? The default match of Java is 9 and thus this should be the first reference to use. As a comparison, you could e.g. take 3,4,5 or similar. They should still show the point that a lower MTM increases the similarity. Readme
Code documentationJPlag/jplag.endtoend-testing/src/test/java/de/jplag/endtoend/EndToEndSuiteTest.java Lines 61 to 65 in 8ec60b6
Original question: Why do you specify the options in code when that can also be specified in the JSON? |
✅ Documentation incorporated into the wiki and the repo! |
Referenced files:
This issue is used to collect and discuss feedback regarding the documentation of the end2end testing strategy.
Relates to #317 and #357.
@SuyDesignz @jplag/maintainer
The text was updated successfully, but these errors were encountered: