Skip to content

SimpleMethodMetadataReadingVisitor.Source.toString() omits separator for method arguments #27095

@sbrannen

Description

@sbrannen

The toString() implementation in SimpleMethodMetadataReadingVisitor.Source does not separate
method argument types with a comma.

For example, it generates org.example.MyClass.myMethod(java.lang.Stringjava.lang.Integer) instead of org.example.MyClass.myMethod(java.lang.String,java.lang.Integer).

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions