BindException method signatures still use raw types [SPR-8062] #12717
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Kenny MacLeod opened SPR-8062 and commented
The method signature of
BindingException
(for example thegetFieldErrors()
method) still refers to raw collection types such asList
. These methods just delegate toBindingResult
, which uses the correct type parameters.Affects: 3.0.5
Attachments:
Referenced from: commits f4e1cde
The text was updated successfully, but these errors were encountered: