Is it maybe because my RPC calls use generics and all these XXXListenerCollection classes extend ArrayList?
I still don't see the relation, except the compiler "overgeneralizing" the generic definitions. On Dec 18, 5:57 pm, Raziel <[email protected]> wrote: > Hi, I'm migrating my application from GWT 1.7 to GWT 2.0, and > everything seems ok "except" for the warning below every time I > compile: > > ] Adding '69' new generated units > ] Validating newly compiled units > ] [WARN] Warnings in 'generated:// > 3DE2D57126EAE7405EEA01A75D45584C/com/appiancorp/gwt/appbuilder/client/ > services/ApplicationRPCS > eSerializer.java' > ] [WARN] Line 286: Referencing deprecated class > 'com.google.gwt.user.client.ui.ChangeListenerCollection' > ] [WARN] Line 291: Referencing deprecated class > 'com.google.gwt.user.client.ui.ClickListenerCollection' > ] [WARN] Line 296: Referencing deprecated class > 'com.google.gwt.user.client.ui.FocusListenerCollection' > ] [WARN] Line 301: Referencing deprecated class > 'com.google.gwt.user.client.ui.FormHandlerCollection' > ] [WARN] Line 306: Referencing deprecated class > 'com.google.gwt.user.client.ui.KeyboardListenerCollection' > ] [WARN] Line 311: Referencing deprecated class > 'com.google.gwt.user.client.ui.LoadListenerCollection' > ] [WARN] Line 316: Referencing deprecated class > 'com.google.gwt.user.client.ui.MouseListenerCollection' > ] [WARN] Line 321: Referencing deprecated class > 'com.google.gwt.user.client.ui.MouseWheelListenerCollection' > ] [WARN] Line 326: Referencing deprecated class > 'com.google.gwt.user.client.ui.PopupListenerCollection' > ] [WARN] Line 331: Referencing deprecated class > 'com.google.gwt.user.client.ui.ScrollListenerCollection' > ] [WARN] Line 336: Referencing deprecated class > 'com.google.gwt.user.client.ui.TabListenerCollection' > ] [WARN] Line 341: Referencing deprecated class > 'com.google.gwt.user.client.ui.TableListenerCollection' > ] [WARN] Line 346: Referencing deprecated class > 'com.google.gwt.user.client.ui.TreeListenerCollection' > ] See snapshot: C:\DOCUME~1\RAZIEL~1.ALV\LOCALS~1\Temp > \ApplicationRPCService_TypeSerializer4633447028131908703.java > > I don't understand why in the world I'm getting that since my code > never defines signature related to any of those classes. > > Any idea? > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
