Comparison of 'short' and 'char' values
Reports equality comparisons between short
and char
values.
Such comparisons may cause subtle bugs because while both values are 2-byte long, short
values are signed, and char
values are unsigned.
Example:
if (Character.MAX_VALUE == shortValue()) {} //never can be true
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023