Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
master
/
.
/
docs
/
bugpattern
/
SelfComparison.md
blob: 44440e16ee954d04d588c8b0978034bd7010e2f5 [
file
] [
log
] [
blame
] [
view
]
The
arguments to compareTo method are the same
object
,
so it always returns
0.
Either
change the arguments to point to different objects
or
substitute
0.