Skip to content

NullPointerException on getting null item of collection #78

@Maros-1984

Description

@Maros-1984

I have a collection containing a null value. It is failing on NPE in CollectionItemAccessor.java:62:

for (final Object item : targetCollection)
{
  if (item.equals(referenceItem))   // NPE, item is null
  {
    return item;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions