houcheng
2015-01-22 07:39:08 UTC
Add support to private module in graph extension.
- All elements in private module will be draw onto the result DOT file.
- Fix error in test.
- Note, the interface that used in higher level and defined in lower level
will be shown twice in the generated graph.
You can view, comment on, or merge this pull request online at:
https://github.com/google/guice/pull/895
-- Commit Summary --
* Add support to private module in graph extension
* Add support to private module in graph extension.
-- File Changes --
M extensions/grapher/src/com/google/inject/grapher/AbstractInjectorGrapher.java (50)
M extensions/grapher/src/com/google/inject/grapher/DefaultEdgeCreator.java (41)
M extensions/grapher/src/com/google/inject/grapher/DefaultNodeCreator.java (31)
A extensions/grapher/src/com/google/inject/grapher/DefaultSubgraphCreator.java (42)
M extensions/grapher/src/com/google/inject/grapher/EdgeCreator.java (2)
M extensions/grapher/src/com/google/inject/grapher/InjectorGrapher.java (3)
M extensions/grapher/src/com/google/inject/grapher/NodeCreator.java (2)
M extensions/grapher/src/com/google/inject/grapher/NodeId.java (17)
M extensions/grapher/src/com/google/inject/grapher/ProviderAliasCreator.java (4)
A extensions/grapher/src/com/google/inject/grapher/Subgraph.java (26)
A extensions/grapher/src/com/google/inject/grapher/SubgraphCreator.java (13)
M extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java (16)
-- Patch Links --
https://github.com/google/guice/pull/895.patch
https://github.com/google/guice/pull/895.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/google/guice/pull/895
- All elements in private module will be draw onto the result DOT file.
- Fix error in test.
- Note, the interface that used in higher level and defined in lower level
will be shown twice in the generated graph.
You can view, comment on, or merge this pull request online at:
https://github.com/google/guice/pull/895
-- Commit Summary --
* Add support to private module in graph extension
* Add support to private module in graph extension.
-- File Changes --
M extensions/grapher/src/com/google/inject/grapher/AbstractInjectorGrapher.java (50)
M extensions/grapher/src/com/google/inject/grapher/DefaultEdgeCreator.java (41)
M extensions/grapher/src/com/google/inject/grapher/DefaultNodeCreator.java (31)
A extensions/grapher/src/com/google/inject/grapher/DefaultSubgraphCreator.java (42)
M extensions/grapher/src/com/google/inject/grapher/EdgeCreator.java (2)
M extensions/grapher/src/com/google/inject/grapher/InjectorGrapher.java (3)
M extensions/grapher/src/com/google/inject/grapher/NodeCreator.java (2)
M extensions/grapher/src/com/google/inject/grapher/NodeId.java (17)
M extensions/grapher/src/com/google/inject/grapher/ProviderAliasCreator.java (4)
A extensions/grapher/src/com/google/inject/grapher/Subgraph.java (26)
A extensions/grapher/src/com/google/inject/grapher/SubgraphCreator.java (13)
M extensions/grapher/test/com/google/inject/grapher/AbstractInjectorGrapherTest.java (16)
-- Patch Links --
https://github.com/google/guice/pull/895.patch
https://github.com/google/guice/pull/895.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/google/guice/pull/895
--
You received this message because you are subscribed to the Google Groups "google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice-dev+***@googlegroups.com.
To post to this group, send email to google-guice-***@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice-dev+***@googlegroups.com.
To post to this group, send email to google-guice-***@googlegroups.com.
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/d/optout.