viewing reports only displays 30 matches #676
-
Hello, I am new to JPlag and was wondering if there is any way to display more than 30 matches when using the API? my data set contains over 80 Java files and for some reason, the report only shows the top 30 matches. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
You can define how many matches are going to be displayed with a CLI parameter or programmatically via the options. |
Beta Was this translation helpful? Give feedback.
-
Hi @tsaglam, I wanted to ask a clarification regarding the same topic. When i run jplag against my submissions data without mentioning -m option (whose default value is 20), it generates 30 html match files. But when i re-run jplag with -m 40 it generates 40 html match files. I do not understand by default how many number of match files should be generated. Going by the default of -m it should be 20 but sometimes 30 or 31 match files are generated. I am using jplag-2.12.1 |
Beta Was this translation helpful? Give feedback.
You can define how many matches are going to be displayed with a CLI parameter or programmatically via the options.
Which version of JPlag are you using? v3.0.0 or older? For 3.0.0 and newer, the CLI argument is
-n
, and for legacy and older, it is-m
.In the options, it also depends on the version but should be something like
maximumNumberOfComparisons
.