Details
Description
A typical example of this is
trunk/src/java/org/apache/nutch/crawl/CrawlDatum.java:460: warning: [cast] redundant cast to int [javac] res ^= (int)(signature[i] << 24 + signature[i+1] << 16 +
these should all be fixed by replacing with the correct implementations.