aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/AnyObjectId.java
Commit message (Expand)AuthorAgeFilesLines
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-091-1/+2
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-6/+23
* Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-171-0/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-18/+18
* Fix comparison order in AnyObjectIdDavid Turner2018-04-271-8/+10
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-21/+29
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-2/+2
* Fix AnyObjectId's generic type declaration of ComparableRoberto Tyley2013-05-161-5/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-0/+1
* Fix typo in AnyObjectId#abbreviateRobin Stocker2012-09-241-2/+2
* Add Object type to Comparable implements declarationKevin Sawicki2012-05-101-1/+1
* Add ObjectId getByte for random accessShawn O. Pearce2010-11-041-2/+48
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-21/+6
* Add copyTo(ByteBuffer) to AnyObjectIdShawn O. Pearce2010-08-201-0/+10
* Add copyTo(byte[], int) to AnyObjectIdShawn O. Pearce2010-08-201-0/+16
* Make ObjectId.compareTo finalShawn O. Pearce2010-08-191-4/+4
* Make ObjectId.hashCode final tooShawn O. Pearce2010-08-191-1/+1
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-2/+2
* Permit AnyObjectTo to compareTo AnyObjectIdShawn O. Pearce2010-06-301-2/+2
* Expose AnyObjectId compareTo(byte[]) and compareTo(int[])Shawn O. Pearce2010-06-231-2/+24
* Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-281-14/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-12/+12
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+492