-
- Downloads
Get rid of a duplicate constant for SHA-1 length
Since Constants.OBJECT_ID_LENGTH is a compile time constant we
can be sure that it will always be inlined. The same goes for the
associated constant STR_LEN which is now refactored to the Constant
class and given a name better suited for wider use.
Change-Id: I03f52131e64edcd0aa74bbbf36e7d42faaf4a698
Signed-off-by:
Robin Rosenberg <robin.rosenberg@dewire.com>
Showing
- org.eclipse.jgit/src/org/eclipse/jgit/lib/AbbreviatedObjectId.java 4 additions, 4 deletions...se.jgit/src/org/eclipse/jgit/lib/AbbreviatedObjectId.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java 4 additions, 14 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java 14 additions, 1 deletionorg.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/MutableObjectId.java 4 additions, 4 deletions...clipse.jgit/src/org/eclipse/jgit/lib/MutableObjectId.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java 1 addition, 1 deletionorg.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectChecker.java
- org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectId.java 5 additions, 4 deletionsorg.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectId.java
Loading
Please register or sign in to comment