Re: Warnings at queryForList

2006-04-08 Thread Enrique Ferreyra
I think this thread answer why the annotation (SuppressWarnings) is necessary, in general :) Thanks Ben Munat escribió: duh... good point... boundaries between libraries and app code is one place where generics really get annoying... that and typing the damn types over and over. b Jeff Bu

Re: Warnings at queryForList

2006-04-07 Thread Ben Munat
duh... good point... boundaries between libraries and app code is one place where generics really get annoying... that and typing the damn types over and over. b Jeff Butler wrote: On a side note to the ibatis devs, what's the road map for having ibatis query methods return type-specific col

Re: Warnings at queryForList

2006-04-07 Thread Jeff Butler
On a side note to the ibatis devs, what's the road map for having ibatis query methods return type-specific collections? Will you ever do so (since that would break backwards compatibility, right?)?   It's not just a backwards compatibility problem...   The problem with iBATIS returning type speci

Re: Warnings at queryForList

2006-04-07 Thread Ben Munat
ditional Compiler Options' the option; -Xlint This field can be found under Project Properties=>Build=>Compiling MEINDERT -Original Message- From: Enrique Ferreyra [mailto:[EMAIL PROTECTED] Sent: 07 April 2006 01:19 PM To: user-java@ibatis.apache.org Subject: Warnings at queryFo

Re: Warnings at queryForList

2006-04-07 Thread Enrique Ferreyra
on; -Xlint This field can be found under Project Properties=>Build=>Compiling MEINDERT -Original Message- From: Enrique Ferreyra [mailto:[EMAIL PROTECTED] Sent: 07 April 2006 01:19 PM To: user-java@ibatis.apache.org Subject: Warnings at queryForList Maybe this is a more java lagua

RE: Warnings at queryForList

2006-04-07 Thread Meindert
PM To: user-java@ibatis.apache.org Subject: Warnings at queryForList Maybe this is a more java laguage question than ibatis, but someone can tell me how to avoid this warnings ? Not suppressing them, doing the things fine. C:\svnjava\ccem-base\src\com\ccem\megatone\base\LegajoPick.java:144: warning: [unch

Warnings at queryForList

2006-04-07 Thread Enrique Ferreyra
Maybe this is a more java laguage question than ibatis, but someone can tell me how to avoid this warnings ? Not suppressing them, doing the things fine. C:\svnjava\ccem-base\src\com\ccem\megatone\base\LegajoPick.java:144: warning: [unchecked] unchecked cast found : java.util.List required: