BlackLabs / play-morphia

Provide mongodb access service to play.db.Model via Morphia
Apache License 2.0
130 stars 51 forks source link

Error building the project with JDK 7 #129

Closed greenlaw110 closed 9 years ago

greenlaw110 commented 9 years ago

Got the following error:

ERROR] /home/luog/tmp/p/play-morphia/src/play/test/MorphiaFixtures.java:[36,23] error: name clash: delete(Class<? extends play.modules.morphia.Model>...) in MorphiaFixtures and delete(Class<? extends play.db.Model>...) in Fixtures have the same erasure, yet neither hides the other
[ERROR] /home/luog/tmp/p/play-morphia/src/play/test/MorphiaFixtures.java:[43,23] error: name clash: delete(List<Class<? extends play.modules.morphia.Model>>) in MorphiaFixtures and delete(List<Class<? extends play.db.Model>>) in Fixtures have the same erasure, yet neither hides the other