Misleading Java Generic Errors in Eclipse
August 19th, 2009
No comments
An incompatibility between Java source versions in Eclipse made a generics error show up as:
Type mismatch: cannot convert from Object to ILocationService.
when it should really have read something like:
Type mismatch: return type of TypeLoader is generic – this project is not.