Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
ArrayToString.md
blob: 21b810a3af1722e7693426002072d5853fd9b0da [
file
] [
log
] [
blame
] [
view
] [
edit
]
The
`toString`
method on an array will
print
its identity
,
such
as
`[I@4488aabb`
.
This
is
almost never needed
.
Use
`Arrays.toString`
to
print
a
human
-
readable summary
.