-
Notifications
You must be signed in to change notification settings - Fork 297
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
Report dependecies for generic types and local variables #208
Comments
Yes, the first point can be solved once #115 is implemented. The issue is also pretty much the same as #144.
So in my head this would pretty much mean it's an unused local variable, otherwise some form of other dependency would have to appear. And an unused local variable does not seem to be a problem from an architectural point of view, but simply a code smell that can easily be caught by tools like PMD. Am I misunderstanding you? |
You're totally right - I was playing around with ArchUnit and my example was an unused local variable. Sorry for bothering you. |
No problem 😃 |
It would be great if ArchUnit would report dependencies on:
The text was updated successfully, but these errors were encountered: