Skip to content

Link.equals throws NPE on null object #65

@narbonij

Description

@narbonij

The following code throws a NullPointerException:

Link link = new Link(New Node(), new Node());
link.equals(null);

Is that normal ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugreadyThis issue is fixed. It awaits to be released.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions