]> source.dussan.org Git - sonarqube.git/blob
9b24fc51025ed9ccf90ee1a110fd7b3570488f7e
[sonarqube.git] /
1 <p>This code invoked a compareTo or compare method, and checks to see if the return value is a specific 
2 value, such as 1 or -1. When invoking these methods, you should only check the sign of the result, not 
3 for any specific non-zero value. While many or most compareTo and compare methods only return -1, 0 or 1, 
4 some of them will return other values.</p>