Skip to content

NPE in GenericConversionService.findConverterByClassPair(Class, Class) [SPR-6197] #10865

@spring-projects-issues

Description

@spring-projects-issues

Oliver Becker opened SPR-6197 and commented

The method findConverterByClassPair(Class, Class) in the GenericConversionService will throw a NullPointerException if the passed arguments are null.
This can happen for example with raw collection types when TypeDescriptor.getObjectType() returns null.


Affects: 3.0 RC1

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