Skip to content

Null dereference [LUCENE-6627] #7685

Open
@asfimport

Description

@asfimport

In the file PhraseSlopQueryNode.java, calls to getChild() and getChildren() might return null. Further operations on them might cause null pointer exceptions.

These can be fixed by checking for null in returned values.


Migrated from LUCENE-6627 by Rishabh Patel, updated May 09 2016

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions