aino-komal / mvp4g

Automatically exported from code.google.com/p/mvp4g
0 stars 0 forks source link

Add an error message if an abstract class or an interface is annotated with @Presenter #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In this scenario, a confusing GIN error message is displayed:

[ERROR] Generator 'com.google.gwt.inject.rebind.GinjectorGenerator' 
threw an exception while rebinding 
'my.path.client.MonitorModuleImpl.my_path_client_MonitorModuleGinjector' 
com.google.inject.ProvisionException: Guice provision errors: 

1) Error creating key for class S extends java.lang.Object 

1 error 
        at com.google.gwt.inject.rebind.util.KeyUtil.getKey(KeyUtil.java:181) 

see http://groups.google.com/group/mvp4g/browse_thread/thread/2eb3187bbde6be71

Original issue reported on code.google.com by plcoir...@gmail.com on 4 Apr 2011 at 7:56