]> source.dussan.org Git - sonarqube.git/blob
54a6b38628791e659b4110ac5f687734bea44197
[sonarqube.git] /
1 <p>
2 The code performs an integer shift by a constant amount outside
3 the range 0..31.
4 The effect of this is to use the lower 5 bits of the integer
5 value to decide how much to shift by. This probably isn't want was expected,
6 and it at least confusing.
7 </p>