Browse Source
Using the | and & operators in boolean conditions results in a warning from Error Prone: [ShortCircuitBoolean] Prefer the short-circuiting boolean operators && and || to & and |. see https://errorprone.info/bugpattern/ShortCircuitBoolean Change-Id: I182f986263b8b9ac189907f4bd1662b4092a52d8 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>stable-5.4
David Pursehouse
6 years ago
committed by
Matthias Sohn
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue