Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
b4c55352f99aee460e730bd117fe2bf1234d4d2d
/
.
/
docs
/
bugpattern
/
FuzzyEqualsShouldNotBeUsedInEqualsMethod.md
blob: 37b98c866611c38a330f2a757c48ba45d7d86769 [
file
] [
view
]
From
documentation
:
DoubleMath
.
fuzzyEquals
is
not
transitive
,
so it
is
not
suitable
for
use
in
Object
#equals implementations.