Skip to content

Suport for array data types #39

@apenlor

Description

@apenlor

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..)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions