Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-6628

Null value dereference

Details

    • New, Patch Available

    Description

      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().

      Attachments

        Activity

          People

            Unassigned Unassigned
            rmp91 Rishabh Patel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: