diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2019-12-05 09:54:14 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2019-12-05 09:54:14 +0900 |
commit | b24ec8f7159469340e4519b42bf5a57a44b75c38 (patch) | |
tree | 120bb9e2954fe09486404053721c5bf5166f2e46 /org.eclipse.jgit.pgm.test/BUILD | |
parent | 62d16a9146010e0ade2d543d37bd094122a28e5e (diff) | |
download | jgit-b24ec8f7159469340e4519b42bf5a57a44b75c38.tar.gz jgit-b24ec8f7159469340e4519b42bf5a57a44b75c38.zip |
ReftableTest: Clean up boxing warnings on usage of String.format
Passing int as an argument to String.format causes a warning:
The expression of type int is boxed into Integer
Most of these are already suppressed, but there are a couple that are
not. Add suppressions for those.
For the existing ones, move the suppression scope from the method to
the actual usage. Where necessary extract the usage out to a local
variable.
Change-Id: I7a7ff6dec49467e4b5c58d27a231c74e6e1c5437
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/BUILD')
0 files changed, 0 insertions, 0 deletions