Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Better way to output arrays #94

Closed
andreoss opened this issue Aug 16, 2022 · 2 comments
Closed

Better way to output arrays #94

andreoss opened this issue Aug 16, 2022 · 2 comments

Comments

@andreoss
Copy link
Member

arrays are converted to String by .toString() method, which renders them unreadable

Example:

Expected: <Hello, друг!
> equal to value
     but: was <[B@3a7e45e7>

Proposal: use Arrays.toString() instead

@andreoss andreoss changed the title Better ways to output arrays Better way to output arrays Aug 16, 2022
@Graur
Copy link
Contributor

Graur commented Aug 16, 2022

@andreoss I think it is duplicate of: #36

@andreoss
Copy link
Member Author

@Graur you are right

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants