Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bridge): add a toString method to all objects #89

Merged
merged 3 commits into from
Aug 30, 2023
Merged

Conversation

MarkusJx
Copy link
Owner

Some methods do not have a proper toString method, thus this method isn't added to the node objects. This PR adds the default toString method of java.lang.Object to all objects, which currently don't have a custom implementation of that method.

@MarkusJx MarkusJx added the enhancement New feature or request label Aug 29, 2023
@MarkusJx MarkusJx self-assigned this Aug 29, 2023
@MarkusJx MarkusJx changed the title fix(bridge): add a toString method to all classes fix(bridge): add a toString method to all objects Aug 29, 2023
@MarkusJx MarkusJx marked this pull request as ready for review August 30, 2023 16:15
@MarkusJx MarkusJx merged commit 38cc749 into main Aug 30, 2023
@MarkusJx MarkusJx deleted the fix/objectToString branch August 30, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant