Archive

Archive for August 19th, 2009

Misleading Java Generic Errors in Eclipse

August 19th, 2009 John 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.

Read more…

  • Share/Bookmark
Categories: Software Engineering Tags: ,