[
https://issues.apache.org/jira/browse/NUTCH-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696833#comment-13696833
]
Hudson commented on NUTCH-1594:
-------------------------------
Integrated in Nutch-nutchgora #669 (See
[https://builds.apache.org/job/Nutch-nutchgora/669/])
NUTCH-1594 count variable is never changed in ParseUtil class (Revision
1498437)
Result = SUCCESS
fenglu : http://svn.apache.org/viewvc/nutch/branches/2.x/?view=rev&rev=1498437
Files :
* /nutch/branches/2.x/CHANGES.txt
* /nutch/branches/2.x/src/java/org/apache/nutch/parse/ParseUtil.java
> count variable is never changed in ParseUtil class
> --------------------------------------------------
>
> 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
> Assignee: lufeng
> Priority: Minor
> Fix For: 2.3
>
> Attachments: NUTCH-1594.patch
>
>
> in ParseUtil class the count variable is never change. the code is like this
> for (int i = 0; count < maxOutlinks && i < outlinks.length; i++)
> so even if you define the "db.max.outlinks.per.page" parameter, it will not
> take effect.
--
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