-
It looks like basecode is treated like a submission:
Do I see that correctly? If yes that this redundant. Tested on Windows 10 with jplag build from source (because the last official version seams to be long outdated). Edit: pasted the whole output and cl input |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In short: It is not really treating it as a submission, only internally. If you check the generated report, you will see that only the real submissions are listed. Internally, the basecode is a special submission and is used for the comparison of normal submission. |
Beta Was this translation helpful? Give feedback.
-
Okay that makes sence, thanks! |
Beta Was this translation helpful? Give feedback.
In short: It is not really treating it as a submission, only internally. If you check the generated report, you will see that only the real submissions are listed.
Internally, the basecode is a special submission and is used for the comparison of normal submission.
In order to do that, each submission is compared to the basecode. Then, when comparing two normal submissions, the basecode match of both submissions is factored into the comparison (meaning, matching sections between the submissions are ignored if they are also matching with the basecode). The reason why the CLI prints the basecode comparisons is so the user can monitor the progress of the comparison process.
See this example …