-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Gary Russell opened SPR-12543 and commented
throw new BeanCreationException(mbd.getResourceDescription(), beanName,
"Could not resolve matching constructor " +
"(hint: specify index/type/name arguments for simple parameters to avoid type ambiguities)");
It would be helpful if the above exception (in ConstuctorResolver
) included the argument types in argToUse
.
Affects: 4.1.3
Issue Links:
- Consistent resolution of factory method exceptions [SPR-13985] #18557 Consistent resolution of factory method exceptions
Referenced from: commits d55af2b
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement