Skip to content

Deal with limitations for generic types #1

@oscarlvp

Description

@oscarlvp

In some scenarios, where the result of a expression is a generic type with a concrete parameter type, say List<String>, Spoon would report the type as List<Object>. This may lead to the creation of code that can not be compiled.
Right now, all expressions with such types are not included in the analysis.
Deal with these limitations to include cases in which Spoon correctly guessed the parameter type.

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