]> source.dussan.org Git - jgit.git/commit
PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warning 75/130275/4
authorDavid Pursehouse <david.pursehouse@gmail.com>
Tue, 2 Oct 2018 04:06:24 +0000 (13:06 +0900)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 10 Oct 2018 09:30:25 +0000 (11:30 +0200)
commitb3adaf7741094c30f77ea933e7faa3977291d870
tree39339e7eb0fafbddee3d33e26d77033b9f038b15
parent36536e3396ac02473f96c842a5188d7d47bf4aca
PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warning

The usage of non-short-circuit logic is intentional, per the inline
comment added in change Ib4b35e357 as a follow-up to Ie3761ffb4 which
was a previously rejected attempt to "fix" a similar warning that had
been raised by FindBugs.

Change-Id: I3f6729f954d45d30ce697356d2ab3cc877d3ad54
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackOutputStream.java