Skip to content

Java/C# Generic Arguments and Parameters Are Not Expressions #41

@jsipahio

Description

@jsipahio

Currently generic arguments and parameters are expected to be expressions, like: <argument><expr><name>int</name></expr></argument>
However, in C# and Java they are marked up without the expression tag: <argument><name>int</name></argument>
There needs to be logic to handle if the argument/parameter is a name without being wrapped by an expression. Additionally, Java has <parameter_list type="generic"/> so that should be considered for generics.

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