jgit/tools
David Pursehouse dad9e1ff95 GlobalBundleCache: Fix ClassNewInstance warning from Error Prone
Error Prone reports:

  [ClassNewInstance] Class.newInstance() bypasses exception checking;
  prefer getDeclaredConstructor().newInstance()

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

This was the only occurrence of the warning in the code base; now it's
fixed, increase the severity to ERROR to prevent future occurrences.

Change-Id: Ic04d1c5d2bd458bbb4bb399d6ce9d147bd48d0b1
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
2019-06-22 18:44:23 +09:00
..
maven-central Add new ssh bundles to Maven central scripts 2018-12-09 00:12:59 +01:00
BUILD GlobalBundleCache: Fix ClassNewInstance warning from Error Prone 2019-06-22 18:44:23 +09: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