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

Grapher extension does not deal with PrivateModules #489

Open
gissuebot opened this issue Jul 7, 2014 · 1 comment
Open

Grapher extension does not deal with PrivateModules #489

gissuebot opened this issue Jul 7, 2014 · 1 comment

Comments

@gissuebot
Copy link

From mail4danny on June 07, 2010 14:07:01

When composing an application using PrivateModules, the grapher extension
ignores non-exposed bindings. Specifically,
GraphingVisitor.visit(ExposedBinding<?> binding) is a no-op, and
TransitiveDependencyVisitor.visit<ExposedBinding<?> binding> returns an
empty set of dependencies.

I've had a go at fixing this, and I'm sorry to say I got a bit lost! :-(

What would be awesome would be if the graphing output grouped bindings from
particular modules in, say, a big dashed-line box. (Actually, that would be
awesome regardless of the PrivateModule issue!)

Original issue: http://code.google.com/p/google-guice/issues/detail?id=489

@gissuebot
Copy link
Author

From sberlin on February 21, 2011 17:43:45

(No comment was entered for this change.)

Labels: Extension-Grapher

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

No branches or pull requests

1 participant