Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with limitations for generic types #1

Open
oscarlvp opened this issue Dec 3, 2018 · 0 comments
Open

Deal with limitations for generic types #1

oscarlvp opened this issue Dec 3, 2018 · 0 comments

Comments

@oscarlvp
Copy link
Member

oscarlvp commented Dec 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant