ictvmt / mvp4g

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

Error when defining 2 Mvp4g modules in the same package #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have 2 Mvp4g modules in the same package, the following error occurs 
when you try to launch the second one:

08:34:00.859 [ERROR] [application] Uncaught exception escaped
java.lang.ClassCastException: ...Mvp4gGinjectorImpl cannot be cast to 
...ModuleImpl$Mvp4gGinjector

Workaround:
Define your modules in different packages

Original issue reported on code.google.com by plcoir...@gmail.com on 3 Dec 2010 at 1:35

GoogleCodeExporter commented 8 years ago
Fixed in the last snapshot

Original comment by plcoir...@gmail.com on 9 Dec 2010 at 11:55