Using custom string equalizers during diff by andreaskumlehn · Pull Request #1 · KengoTODA/java-diff-utils

This repository was archived by the owner on Jun 24, 2018. It is now read-only.

Conversation

added 2 commits

May 17, 2014 01:01
…g> instances to compare lines during diffs

KengoTODA pushed a commit that referenced this pull request

May 20, 2014

KengoTODA pushed a commit that referenced this pull request

May 20, 2014
Now we have 2 classes which has to care about `ignoreWhiteSpace`
and here is 2 bugs:

1. it converts `null` to empty string
2. `Builder.ignoreWhiteSpace` doesn't work when we set custom
   Equalizer

This change solves these problem.

KengoTODA pushed a commit that referenced this pull request

May 22, 2014