]> source.dussan.org Git - sonarqube.git/blob
9ec396653a74c3f9bbbe7d822d9e877de0b36adc
[sonarqube.git] /
1 <p>
2 The code multiplies the result of an integer remaining by an integer constant.
3 Be sure you don't have your operator precedence confused. For example
4 i % 60 * 1000 is (i % 60) * 1000, not i % (60 * 1000).
5 </p>