diff options
author | 2022-06-21 17:56:57 -0700 | |
---|---|---|
committer | 2022-06-22 21:10:58 +0000 | |
commit | 4cfee8eb9d0acecfa75f9479c00947cda73dc3e7 (patch) | |
tree | 0968471c9a1178e4f2ed42dd54aa4b2567f88b87 /build.py | |
parent | 427d6f2f6e7fc3a302e89dc76f6285c6f1040d60 (diff) |
Follow error prone recommendation
```
In SignedLongLong.java
47: warning: This assignment to the local variable 'lsb' is never read.
long lsb = 0, msb = 0;
^
100: warning: Classes that override equals should also override hashCode
public boolean equals(Object obj) {
^
43: warning: A block tag has an empty description.
* @throws UnsupportedEncodingException
^
100: warning: Prefer instanceof to getClass when implementing equals.
public boolean equals(Object obj) {
^
```
Bug: 236759221
Test: m RUN_ERROR_PRONE=true Bluetooth
Change-Id: Ie931ff50b3f7c7b4a5b5274d0244d2d57cad4319
Diffstat (limited to 'build.py')
0 files changed, 0 insertions, 0 deletions