lufeng created NUTCH-1594:
-----------------------------

             Summary: count variable is never in ParseUtil 
                 Key: NUTCH-1594
                 URL: https://issues.apache.org/jira/browse/NUTCH-1594
             Project: Nutch
          Issue Type: Bug
          Components: parser
    Affects Versions: 2.2
            Reporter: lufeng
            Priority: Minor
             Fix For: 2.3


in ParseUtil class the count variable is never change. the code is like this 
for (int i = 0; count < maxOutlinks && i < outlinks.length; i++) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to