type safe java?

Post here your suggestions for new possible features in SmartFoxServer.

Moderators: Lapo, Bax

Post Reply
jigidyjim
Posts: 39
Joined: 06 Nov 2007, 21:48

type safe java?

Post by jigidyjim »

It would be nice if the following code:

List <User>users = z.getUserList();

Did not generate the following warning:

Type safety: The expression of type List needs unchecked conversion to conform to List<User>


Could that warning go away if the Zone.getUserList() method correctly typed java.util.List?

Thanks.
Post Reply