[
https://issues.apache.org/jira/browse/NUTCH-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17276668#comment-17276668
]
Hudson commented on NUTCH-2846:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #24 (See
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/24/])
NUTCH-2846 Parse integer numbers via Integer.parseInt(...) (snagel:
[https://github.com/apache/nutch/commit/6202bfae6bf701f796cc91620d874d91048f1816])
* (edit) src/java/org/apache/nutch/util/SitemapProcessor.java
* (edit)
src/plugin/parsefilter-naivebayes/src/java/org/apache/nutch/parsefilter/naivebayes/Classify.java
* (edit) src/java/org/apache/nutch/fetcher/FetcherThread.java
* (edit) src/java/org/apache/nutch/parse/ParseOutputFormat.java
NUTCH-2846 Fix incorrect bracketing in calculation of hash code (snagel:
[https://github.com/apache/nutch/commit/5f94d3ae71c2d1b0e9417e03573d8270e3d31ed4])
* (edit) src/java/org/apache/nutch/crawl/CrawlDatum.java
NUTCH-2846 Use integer arithmetic instead of floating point with rounding
(snagel:
[https://github.com/apache/nutch/commit/58cd08f2e9b305e05f6d0e210455ce531e6e5b38])
* (edit) src/java/org/apache/nutch/fetcher/Fetcher.java
NUTCH-2846 Remove invalid declaration of constructor (snagel:
[https://github.com/apache/nutch/commit/0df39c0164bcb3a07271e9875b78ac35c397c315])
* (edit)
src/plugin/urlnormalizer-basic/src/java/org/apache/nutch/net/urlnormalizer/basic/BasicURLNormalizer.java
> Fix various bugs spotted by NUTCH-2815
> --------------------------------------
>
> Key: NUTCH-2846
> URL: https://issues.apache.org/jira/browse/NUTCH-2846
> Project: Nutch
> Issue Type: Sub-task
> Affects Versions: 1.18
> Reporter: Sebastian Nagel
> Priority: Major
> Fix For: 1.19
>
>
> This issue addresses various bugs spotted by Spotbugs (NUTCH-2815):
> - use static method Integer.parseInt(...)
> - use integer arithmetic instead of floating point with rounding floats
> afterwards
> - erroneous declaration of constructor in BasicURLNormalizer
> - fix bracketing when calculating hash code of CrawlDatum
--
This message was sent by Atlassian Jira
(v8.3.4#803005)