Eclipse 3.5 Galileo Java EE Cocoa
Java 1.5.0_13
Mac OS X 10.5.7
GWT 2.0

Hello,

I'm seeing a series of warning messages in my console when I attempt
to compile my project.  Posted below:

Scanning for additional dependencies: file:/Users/leslie/Documents/
projects/myprojectfolder/galileoWorkspace/myproject/src/com/foo/
projectgwt/controller/AddAddressListener.java
      Adding '2' new generated units
         Validating newly compiled units
            [WARN] Warnings in 'generated://
27507DF474CDC042922DAFFEA239ABF3/com/foo/projectgwt/client/
AddressService_TypeSerializer.java'
               [WARN] Line 81: Referencing deprecated class
'com.google.gwt.user.client.ui.ChangeListenerCollection'
               [WARN] Line 86: Referencing deprecated class
'com.google.gwt.user.client.ui.ClickListenerCollection'
               [WARN] Line 91: Referencing deprecated class
'com.google.gwt.user.client.ui.FocusListenerCollection'
               [WARN] Line 96: Referencing deprecated class
'com.google.gwt.user.client.ui.FormHandlerCollection'
               [WARN] Line 101: Referencing deprecated class
'com.google.gwt.user.client.ui.KeyboardListenerCollection'
               [WARN] Line 106: Referencing deprecated class
'com.google.gwt.user.client.ui.LoadListenerCollection'
               [WARN] Line 111: Referencing deprecated class
'com.google.gwt.user.client.ui.MouseListenerCollection'
               [WARN] Line 116: Referencing deprecated class
'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
               [WARN] Line 121: Referencing deprecated class
'com.google.gwt.user.client.ui.PopupListenerCollection'
               [WARN] Line 126: Referencing deprecated class
'com.google.gwt.user.client.ui.ScrollListenerCollection'
               [WARN] Line 131: Referencing deprecated class
'com.google.gwt.user.client.ui.TabListenerCollection'
               [WARN] Line 136: Referencing deprecated class
'com.google.gwt.user.client.ui.TableListenerCollection'
               [WARN] Line 141: Referencing deprecated class
'com.google.gwt.user.client.ui.TreeListenerCollection'
               See snapshot: /tmp/
AddressService_TypeSerializer49102.java

I'm not referencing any of these classes in my code.  I've posted
elsewhere in another related thread which involved the assignment of
collections.   And in that case the discussion referred to the RPC
calls returning objects of Collection types.  But in this class, that
isn't happening.  This class, AddAddressListener, does not use or
involve any types of collection classes.  And furthermore, I didn't
notice any of these messages in my code until I made assignment
changes in my GUI code, in classes which may use this listener.  (but
then I tried to reverse these changes and yet still the issue remains
- so now I have no idea..) But why is the warning message targeting
this class?

This is just part of the stack that appears in the console.  There are
other classes referenced there too and the warnings are very similar,
maybe identical.  I'm focusing on one for brevity.

I guess my question is - What does this warning stack mean and how
should I resolve it?

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to