]> source.dussan.org Git - sonarqube.git/blob
b336e3c8cc9d79c4fd2637154f0e310d0e77488b
[sonarqube.git] /
1 <p>
2 The code performs an unsigned right shift, whose result is then
3 cast to a short or byte, which discards the upper bits of the result.
4 Since the upper bits are discarded, there may be no difference between
5 a signed and unsigned right shift (depending upon the size of the shift).
6 </p>