Skip to content

Null value dereference [LUCENE-6628] #7686

Open
@asfimport

Description

@asfimport

In the file SlopQueryNode.java, the values returned getChild() and getChildren() could be null. Further operations on them could result in null pointer exceptions.

Fix by adding checks for null to the values returned by getChild() and getChildren().


Migrated from LUCENE-6628 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