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