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
Class test.Body has bad 'toString' method implementation.
The toString method should contain:
message=www.pojo.pl
But does not.
Result of toString:
Body{message='www.pojo.pl'}
So the problem seems that idea wraps the value of a field in single quotes if it is a String.
The text was updated successfully, but these errors were encountered:
Hi.
this library thinks that idea toString() methods are not well implemented.
So the problem seems that idea wraps the value of a field in single quotes if it is a String.
The text was updated successfully, but these errors were encountered: