Status: New
Owner: ----

New issue 415 by markovuksanovic: Grapher extension does not draw  
implementation classes on the graph
http://code.google.com/p/google-guice/issues/detail?id=415

If I use the following module configuration and use grapher extension to
get the .dot file - no implementation classes are shown on the graph:

        protected void configure() {
                bind(EventBus.class).in(Singleton.class);
                
                bind(MainPresenter.class).to(MainPresenterImpl.class);
                bind(MainWidget.class).to(MainWidgetImpl.class);
                
                bind(ResultPresenter.class).to(ResultPresenterImpl.class);
                bind(ResultWidget.class).to(ResultWidgetImpl.class);
                
bind(ErrorLogPresenter.class).to(ErrorLogPresenterImpl.class);
                bind(ErrorLogger.class).to(ErrorLoggerImpl.class);
                
                bindConstant().annotatedWith(NumberOfColumns.class).to(5);
        }

The .dot file is attached.

Attachments:
        graph.dot  44 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to