JPlag icon indicating copy to clipboard operation
JPlag copied to clipboard

Document breaking API changes when migrating from v3.x to v4.0.0

Open JanWittler opened this issue 2 years ago • 0 comments

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 by List<Token>

JanWittler avatar Oct 02 '22 11:10 JanWittler