Ejemplo n.º 1
0
		private static long Common(NGit.Diff.SimilarityIndex src, NGit.Diff.SimilarityIndex
			 dst)
		{
			int srcIdx = src.PackedIndex(0);
			int dstIdx = dst.PackedIndex(0);
			long[] srcHash = src.idHash;
			long[] dstHash = dst.idHash;
			return Common(srcHash, srcIdx, dstHash, dstIdx);
		}