jgit/org.eclipse.jgit
Shawn O. Pearce 1ec393e744 Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2
A few locations were doing OBJECT_ID_LENGTH * 2 on their own, as
the old STR_LEN constant wasn't visible.  Replace them with the
new public constant OBJECT_ID_STRING_LENGTH.

Change-Id: Id39bddb52de8c65bb097de042e9d4ed99598201f
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-12-28 15:58:37 -08:00
..
.settings Eclipse IDE: Automatically remove trailing whitespace on save 2009-10-31 14:53:29 -07:00
META-INF Move AWT UI code to new org.eclipse.jgit.ui bundle 2009-10-31 16:35:10 -07:00
findBugs Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
src/org/eclipse/jgit Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 2009-12-28 15:58:37 -08:00
.classpath Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.fbprefs Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
.gitignore Refactor our Maven build to be modular 2009-11-02 17:53:58 -08:00
.project Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
build.properties Initial JGit contribution to eclipse.org 2009-09-29 16:47:03 -07:00
plugin.properties Mark our one Eclipse plugin as in incubation status 2009-09-29 18:03:31 -07:00
pom.xml Flipped jgit.core to manifest-first maven-3/tycho build 2009-12-08 13:23:50 +01:00