jplag / JPlag

State-of-the-Art Software Plagiarism & Collusion Detection
https://jplag.github.io/JPlag/
GNU General Public License v3.0
998 stars 291 forks source link

Added progress bars for Match Merging and Token String Normalization. #1690

Closed TwoOfTwelve closed 2 months ago

TwoOfTwelve commented 3 months ago

Adds the progress bars from #1667. This PR also contains a method, that allows to create progress bars using a functional syntax.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed for 'JPlag Plagiarism Detector'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Kr0nox commented 2 months ago

https://github.com/jplag/JPlag/blob/main/core/src/main/java/de/jplag/SubmissionSetBuilder.java Line 83 also uses a for loop and could be transformed into the new syntax. Do we want to do that?