you may provide the annotation..uppressWarnings("unchecked")
this will probably remove the warning in your IDE.
the warning occurs, because of the performQuery returns just a List-Object wich is not typesafe.
-----Ursprüngliche Nachricht-----
Von: news [mailto:new..ea.gmane.org] Im Auftrag von Arturo Perez
Gesendet: Freitag, 2. März 2007 20:53
An: use..ayenne.apache.org
Betreff: 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
This archive was generated by hypermail 2.0.0 : Mon Mar 05 2007 - 02:58:30 EST