]> source.dussan.org Git - sonarqube.git/blob
d00022a748c96bb8bac610fcb6e3a859ac9fe14e
[sonarqube.git] /
1 <p> This code generates a hashcode and then computes
2 the absolute value of that hashcode.  If the hashcode 
3 is <code>Integer.MIN_VALUE</code>, then the result will be negative as well (since 
4 <code>Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE</code>).
5 </p>