For the long data type, I can suffix a number with L to make the compiler know it is long. How about byte and short?
As motivation, the following yields a type-mism
For example:
public static final byte CURRENCY_SYMBOL = 26; public static final short MAX_VALUE = 3276;