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

aggregate dependencies at the class level #21

Closed
SethTisue opened this issue Feb 10, 2016 · 0 comments · Fixed by #27
Closed

aggregate dependencies at the class level #21

SethTisue opened this issue Feb 10, 2016 · 0 comments · Fixed by #27
Assignees
Milestone

Comments

@SethTisue
Copy link
Contributor

customer feedback seems to be that the most useful level for tracking dependencies is the class — as opposed to a higher level (by package, by source file) or a lower level (by method)

We will need to write new code to aggregate dependencies at the class level. (Version 0.1.2 produces detailed dependency information but does not aggregate it in any way.)

We should:

  • Generate a full report showing all of the aggregated dependencies
  • Make the aggregated information queryable in the REPL, so e.g. if class C is of interest, we should be able to ask for C’s incoming dependencies and outgoing dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant