Skip to content

java.beans.IntrospectionException: type mismatch between indexed and non-indexed methods: <method_name> [SPR-8937] #13577

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Issue Links:

1 votes, 3 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions