Skip to content
Discussion options

You must be logged in to vote

Both of your files are pretty short, and thus result in only 8 tokens each. To avoid false positives, JPlag ignorey matches below a certain length. For CPP, the minimum is 12. However, you can tweak that with -t 7 if you want; just be aware that with increased sensitivity, the likelihood of falsely matched programs rises.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tsaglam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A question, so neither a bug nor a enhancement proposal.
2 participants
Converted from issue

This discussion was converted from issue #2271 on March 31, 2025 07:11.