Hi,

Both JDK-8067629 and JDK-8252901 claim that it's a bug that a bean property of type Boolean cannot have a getter prefix "is".

JDK-8067629: PropertyDescriptor.getReadMethod() returns null for Boolean property JDK-8252901: Introspector.getBeanInfo ignore properties of boxed Boolean type

I found that the same claim was previously made in JDK-6562471 as Enhancement, but was closed with Won't Fix as it requires a modification of the JavaBeans specification to make that fix.

JDK-6562471: RFE: readMethod for Boolean is getXXX whilst for primitive boolean it's isXXX

So I think JDK-8067629 and JDK-8252901 can be closed with Won't Fix, how about it?

Regards,
Mitsuru

Reply via email to