Skip to content

Incorrect signature for generic type via `JavaType.getGenericSignature #1194

@cowtowncoder

Description

@cowtowncoder

(see FasterXML/jackson-modules-base#8 for background)

It looks like generic signature generation is missing one closing > character to produce:

()Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/String;;

instead of expected

()Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/String;>;

that is, closing '>' is missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions