Skip to content

BindException method signatures still use raw types [SPR-8062] #12717

@spring-projects-issues

Description

@spring-projects-issues

Kenny MacLeod opened SPR-8062 and commented

The method signature of BindingException (for example the getFieldErrors() method) still refers to raw collection types such as List. These methods just delegate to BindingResult, which uses the correct type parameters.


Affects: 3.0.5

Attachments:

Referenced from: commits f4e1cde

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions