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

Detect dependencies in generics #58

Merged
merged 7 commits into from
Jul 14, 2020

Conversation

NeVeSpl
Copy link
Contributor

@NeVeSpl NeVeSpl commented Jun 29, 2020

This pull request solves three problems with not detecting dependencies in generics:

  1. T<Dependency> Foo(); -- dependency in generic return type of method
  2. T<U<Dependency>> Foo(); -- nested dependency in generics
  3. void Foo(T<Dependency> foo); -- dependency in generic parameter of method

problems 1 & 2 were reported in #57

@BenMorris BenMorris merged commit 4d8cbdf into BenMorris:master Jul 14, 2020
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

Successfully merging this pull request may close these issues.

2 participants