[jira] [Commented] (NUTCH-1594) count variable is never changed in ParseUtil class

2013-07-01 Thread Hudson (JIRA)

[ 
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


[jira] [Commented] (NUTCH-1594) count variable is never changed in ParseUtil class

2013-07-01 Thread lufeng (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696798#comment-13696798
 ] 

lufeng commented on NUTCH-1594:
---

Committed @revision 1498437 in 2.x HEAD. Thanks Canan and Lewis.

> 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


[jira] [Commented] (NUTCH-1594) count variable is never changed in ParseUtil class

2013-06-29 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696189#comment-13696189
 ] 

Lewis John McGibbney commented on NUTCH-1594:
-

Gd catch Feng.
+1

> 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


[jira] [Commented] (NUTCH-1594) count variable is never changed in ParseUtil class

2013-06-29 Thread Canan Girgin (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696177#comment-13696177
 ] 

Canan Girgin commented on NUTCH-1594:
-

Thanks for fixing this. I tested it with 2.x version and it worked fine.

> 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