Crawl.java incorrectly uses the Generator API resulting in NPE
--------------------------------------------------------------

                 Key: NUTCH-812
                 URL: https://issues.apache.org/jira/browse/NUTCH-812
             Project: Nutch
          Issue Type: Bug
            Reporter: Andrzej Bialecki 


As reported by Phil Barnett on nutch-user:

{quote}
The Fix.

In line 131 of Crawl.java

Generate no longer returns segments like it used to. Now it returns segs.

line 131 needs to read

 If (segs == null)

 Instead of the current

If (segments == null)

After that change and a recompile, crawl is working just fine.
{quote}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to