JPlag
JPlag copied to clipboard
Document breaking API changes when migrating from v3.x to v4.0.0
As requested in https://github.com/ls1intum/Artemis/pull/5695#issuecomment-1264622373 we should document all changes to the JPlag API that affect people which migrate from a previous version to release v4.0.0.
Incomplete list:
-
JPlagOptions
initializer changed -
JPlagComparison
similarity value was normalised to 0-1 instead of 0-100 -
JPlagComparison
accessors changed (as was refactored to record) -
Match
accessors changed (as was refactored to record) -
TokenList
was replaced byList<Token>