jplag / JPlag

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

Improve flaky e2e tests #1749

Closed Kr0nox closed 1 month ago

Kr0nox commented 2 months ago

Previously the generated options for the distribution diagram test looked like this:

[
  [ 'Average Similarity', 'Linear' ],
  [ 'Maximum Similarity', 'Linear' ],
  [ 'Average Similarity', 'Linear' ],
  [ 'Average Similarity', 'Logarithmic' ]
]

Now, they do not include a duplicate case:

[
  [ 'Average Similarity', 'Linear' ],
  [ 'Maximum Similarity', 'Linear' ],
  [ 'Average Similarity', 'Logarithmic' ]
]
sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'JPlag Report Viewer'

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud