jgit/org.eclipse.jgit
David Pursehouse e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end()
PacketLineIn.END is only referenced in tests. Replace most of those
with a new package visible end() method.

Remaining usages of PacketLineIn.END are in the form:

  while ((line = pckIn.readString()) != PacketLineIn.END) {

and are not trivial replacements, hence are not touched in this change.

Change-Id: Id77c5321ddcad127130b246bde8f08736e60e1ea
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2019-06-03 08:07:24 +09:00
..
.settings Silence API errors and add missing @since tags caused by 175e6654 2019-04-29 00:36:00 +02:00
META-INF Upgrade Bouncy Castle to 1.61 2019-06-01 01:39:26 +02:00
findBugs [findBugs] Silence warning about Transport initialization 2012-09-14 00:01:47 +02:00
resources/org/eclipse/jgit RevWalkUtils: add progress callback to findBranchesReachableFrom 2019-05-25 13:52:49 +02:00
src/org/eclipse/jgit Replace most usages of PacketLineIn.END with PacketLineIn.end() 2019-06-03 08:07:24 +09:00
.classpath Change JGit minimum execution environment to JavaSE-1.8 2016-09-20 11:32:36 +02:00
.fbprefs Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.gitignore
.project
BUILD Bazel: Format BUILD file with buildifier 2019-01-24 11:43:37 +09:00
about.html SHA-1: collision detection support 2017-02-28 16:38:43 -08:00
build.properties
plugin.properties
pom.xml Prepare 5.4.0-SNAPSHOT builds 2019-05-22 22:52:43 +02:00