Closed GoogleCodeExporter closed 9 years ago
If this is a runtime problem then we can fix it; if it is compile time issue
then we might need to use a different name as you suggest.
Original comment by scotthernandez
on 3 Apr 2011 at 4:58
This issue was closed by revision r1738.
Original comment by scotthernandez
on 3 Apr 2011 at 4:59
Original comment by scotthernandez
on 12 Nov 2011 at 7:39
I don't believe the fix in r1738 was successful, as it doesn't remove the
compile-time ambiguity. With the current HEAD I still see the following
compile-time warnings:
reference to update is ambiguous, both method
<T>update(T,com.google.code.morphia.query.UpdateOperations<T>) in
com.google.code.morphia.Datastore and method
<T>update(com.google.code.morphia.query.Query<T>,com.google.code.morphia.query.U
pdateOperations<T>) in com.google.code.morphia.Datastore match
Original comment by wagner.d...@gmail.com
on 24 Jun 2012 at 8:52
Original issue reported on code.google.com by
google-a...@codesmell.de
on 10 Mar 2011 at 9:56