Skip to content

Java Class Template Parameters not handled correctly #58

Description

@mjdecker

Given the following:

public class Box<T> {
}

The template parameter name T does not seem to be fully collected correctly

This is the output (--csv).

Box,,class,Box.java,2:14,Java,
T,publicBox<T,parameter,Box.java,2:18,Java,

It is giving the type publicBox<T.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions