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

Suport for array data types #39

Open
apenlor opened this issue Nov 20, 2023 · 0 comments
Open

Suport for array data types #39

apenlor opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@apenlor
Copy link
Contributor

apenlor commented Nov 20, 2023

When using array data types like:

private char[] charArrays;

we get the following exception:

java: java.lang.NullPointerException: Cannot invoke "Object.toString()" because "o" is null

It happens with any kind of data type used in the array (char, strings, integer, etc..)

@apenlor apenlor added the bug Something isn't working label Nov 20, 2023
@MiguelSngularGithub MiguelSngularGithub self-assigned this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants