Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse2019-06-22 09:40:49 +0000
committerDavid Pursehouse2019-06-22 09:44:23 +0000
commitdad9e1ff95b292661bd3aec6292cf4ae4d62a5bb (patch)
tree47209bade33fee13e8d9ad58c8b915fdfabac4a5 /org.eclipse.jgit.http.server/src/org
parent99a5fa22834e830e043938883cd610a96a04528c (diff)
downloadjgit-dad9e1ff95b292661bd3aec6292cf4ae4d62a5bb.tar.gz
jgit-dad9e1ff95b292661bd3aec6292cf4ae4d62a5bb.tar.xz
jgit-dad9e1ff95b292661bd3aec6292cf4ae4d62a5bb.zip
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>
Diffstat (limited to 'org.eclipse.jgit.http.server/src/org')
0 files changed, 0 insertions, 0 deletions

Back to the top