Closed
Description
Dan Avila opened SPR-8937 and commented
This is an extension to https://jira.springsource.org/browse/SPR-8491.
I have a bean that extends a JTable. When that bean is created, I see the following error:
java.beans.IntrospectionException: type mismatch between indexed and non-indexed methods: rowHeight
JTable has two setter methods:
- setRowHeight(row, rowHeight);
- setRowHeight(rowHeight);
I'm guessing the first method is the culprit.
This problem is preventing me from upgrading to 3.1.0.RELEASE from 3.0.6.RELEASE.
I did not explore much to find a workaround.
Affects: 3.1 GA
Attachments:
- SPR-8937-indexed-property-test.zip (9.72 kB)
Issue Links:
- Overhaul non-void JavaBean write method support [SPR-10029] #14663 Overhaul non-void JavaBean write method support
- Regression - Introspection with BeanUtils started failing for java.math.BigDecimal [SPR-8931] #13571 Regression - Introspection with BeanUtils started failing for java.math.BigDecimal
- ExtendedBeanInfo test fails on JDK 8u40 Build b19 [SPR-12582] #17183 ExtendedBeanInfo test fails on JDK 8u40 Build b19
1 votes, 3 watchers