aino-komal / mvp4g

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

Incorrect import in eventbus generator #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Incorrect import in eventbus generator.

I just upgraded to the lastest snapshot and now there is an error in the 
generation of the Mvp4gModuleImpl

In the imports, it is doing the following

import com.mvp4g.client.annotation.History; (This is never used)

and later on there is a call to 

History.fireCurrentHistoryState() which would work if c.g.g history was 
imported.

The version is the latest snapshot of 1.4.0

Original issue reported on code.google.com by larse...@gmail.com on 15 Jul 2011 at 3:58

GoogleCodeExporter commented 9 years ago
Sorry about that.

Only the jar deployed on maven has this bug so I deployed a new one: 
http://mvp4g.googlecode.com/svn/maven2/snapshots/com/googlecode/mvp4g/mvp4g/1.4.
0-SNAPSHOT/mvp4g-1.4.0-20110715.182542-3.jar

The problem should be fixed in this one.

Original comment by plcoir...@gmail.com on 15 Jul 2011 at 6:31

GoogleCodeExporter commented 9 years ago
I added the unit tests to prevent this error in the future.

Original comment by plcoir...@gmail.com on 18 Jul 2011 at 2:13