FindBugs should suggest a resolution for Math.abs(Integer.MIN_VALUE)

View: New views
1 Messages — Rating Filter:   Alert me  

FindBugs should suggest a resolution for Math.abs(Integer.MIN_VALUE)

by cowwoc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The error is "Bad attempt to compute absolute value of signed 32-bit hashcode" which is nice and all but the message should suggest possible resolutions as mentioned at http://findbugs.blogspot.com/2006/09/is-mathabs-broken.html

Other reports include suggested resolutions, this one should too. Should I file an official bug report for this?

Gili