]> source.dussan.org Git - jgit.git/commit
Fix off-by-one error in Strings.count() 35/103035/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Mon, 14 Aug 2017 06:04:56 +0000 (08:04 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 14 Aug 2017 06:04:56 +0000 (08:04 +0200)
commitb07db609089749ed49a7f0b1fb3841a8f74110c2
tree813f3a4e4494d3ba2ccce55f090f7f41353e7642
parent4bc539a8141e8099587536620bdc555c2c4cb01e
Fix off-by-one error in Strings.count()

Change-Id: I0667b1624827d1cf0cc1b81f86c7bb44eafd68a7
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/internal/StringsTest.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/ignore/internal/Strings.java