jgit/tools
David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone
Error Prone reports:

  [NarrowingCompoundAssignment] Compound assignments from long to int
  hide lossy casts

and

  [NarrowingCompoundAssignment] Compound assignments from int to byte
  hide lossy casts

  See https://errorprone.info/bugpattern/NarrowingCompoundAssignment

Fix the warnings by adding explicit casts or changing types as
necessary.

Now that all occurrences of the warning are fixed, increase its
severity to ERROR.

Change-Id: Idb3670e6047b146ae37daee07212ff9455512623
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2019-08-08 14:28:27 +02:00
..
maven-central Add new ssh bundles to Maven central scripts 2018-12-09 00:12:59 +01:00
BUILD Fix NarrowingCompoundAssignment warnings from Error Prone 2019-08-08 14:28:27 +02:00
FILE_HEADER Clean up LICENSE file 2010-07-02 14:52:49 -07:00
bazlets.bzl Upgrade to Bazel 0.19.0 2018-11-01 23:49:10 +01:00
default.defs Implement Buck driven build 2015-12-31 10:08:55 -08:00
eclipse-JGit-Format.xml Change JGit minimum execution environment to JavaSE-1.8 2016-09-20 11:32:36 +02:00
git.defs buck: set Bundle-Version for :jgit_bin 2016-01-03 09:30:16 -08:00
graft-old-history.sh Utility to graft old JGit history onto repository 2009-09-29 17:03:34 -07:00
release.sh Run Maven build in release.sh concurrently to speedup release 2016-05-04 17:34:35 +02:00
version.sh [releng] Fix dependencies between features 2019-03-31 01:13:53 +01:00