You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cayenne.apache.org by Arturo Perez <ap...@hayesinc.com> on 2007/03/02 20:52:46 UTC

Java5: the expression of type list needs unchecked conversion

Hi all,

I'm using Eclipse and Java6 now.  Whenever I do anything with
performQuery() the IDE complains that
	the expression of type list needs unchecked conversion.
I'm sure I could turn that off in the IDE but is there a way to
write it so that the warning goes away?  I tried casting.

-arturo