Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • master default
  • 7.0.0.202409031743-jpms
  • 7.0.0-jpms-1
4 results

org.eclipse.jgit

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christian Halstrick authored
    MyersDiff was crashing with ArrayIndexOutOfBoundsException when
    diffing huge files. This was because the snake data (begin and
    end position while processing chunks of the text) was sequeezed
    into a single int. But with longer texts to diff these values
    exceeded the range of java int values. It is fixed by squeezing
    the two ints into a long and by adding the LongList helper
    class.
    
    Change-Id: Iacb9082e1b076e994d1486aa8e512342ad7432b3
    Signed-off-by: default avatarChristian Halstrick <christian.halstrick@sap.com>
    b3e4ac26
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..