这是indexloc提供的服务,不要输入任何密码
Skip to content

Printing a Vector containing a null, results in a NullPointerException #1093

@johnmcclean

Description

@johnmcclean

Describe the bug
Printing a Vector containing nulls results in a NPE

To Reproduce
Steps to reproduce the behavior:
Create a Vector with null values = Vector.of(String[]{null});
Print it to console (call toString())
Results in NPE

Expected behavior
A clear and concise description of what you expected to happen.
Print [null]

Screenshots / test / examples
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions