You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2021/02/01 20:26:56 UTC

[nutch] branch master updated (3483a41 -> 491b5c2)

This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.


    from 3483a41  Merge pull request #458 from aalbahem/NUTCH-1403
     new 6202bfa  NUTCH-2846 Parse integer numbers via Integer.parseInt(...)
     new 5f94d3a  NUTCH-2846 Fix incorrect bracketing in calculation of hash code - add parentheses because shift operator `<<` has lower precedence   than plus `+` operator
     new 58cd08f  NUTCH-2846 Use integer arithmetic instead of floating point with rounding
     new 0df39c0  NUTCH-2846 Remove invalid declaration of constructor
     new 491b5c2  Merge pull request #566 from sebastian-nagel/NUTCH-2846

The 3189 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/java/org/apache/nutch/crawl/CrawlDatum.java                |  3 ++-
 src/java/org/apache/nutch/fetcher/Fetcher.java                 |  2 +-
 src/java/org/apache/nutch/fetcher/FetcherThread.java           |  2 +-
 src/java/org/apache/nutch/parse/ParseOutputFormat.java         |  2 +-
 src/java/org/apache/nutch/util/SitemapProcessor.java           |  2 +-
 .../java/org/apache/nutch/parsefilter/naivebayes/Classify.java | 10 +++++-----
 .../nutch/net/urlnormalizer/basic/BasicURLNormalizer.java      |  3 ---
 7 files changed, 11 insertions(+), 13 deletions(-)