You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But a hex output of the byte array would be very nice instead... I now had to do a workaround where I System.out.println() arguments in a more meaningful way.
I know the documentation says it calls toString(), but a couple of nicer approaches for simple data types would be very nice
The text was updated successfully, but these errors were encountered:
Sure. We could create a class say InputUtils in the util package, whose one method say repr() creates a string representation of whatever it gets, falling back to toString() for unknown data types.
Feel free to open a PR if you have a starting point.
Could we get a more meaningful -DprintArgs?
For byte array inputs it is printing things like:
.id_000004[0]: [B@695c938d
But a hex output of the byte array would be very nice instead... I now had to do a workaround where I System.out.println() arguments in a more meaningful way.
I know the documentation says it calls toString(), but a couple of nicer approaches for simple data types would be very nice
The text was updated successfully, but these errors were encountered: