IDEA highlights an error in the following code. Jikes and javac have no complaints:
public class Test {
public byte getByte(Integer value) {
return value == null?0:value.byteValue(); // highlighted as error
}
}
Best regards,
--
Bas Leijdekkers
Carp Technologies BV
http://www.carp-technologies.com
tel. +31 53 4836382, fax: +31 53 4836383
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs
