Re: Referencing deprecated class warning stack

2010-01-08 Thread khaled.tl...@gmail.com
Hi,

I've got the same type of exception with same environment. Is there
something that we missed?

Regards.
KT

On Jan 2, 7:54 pm, leslie web...@comcast.net wrote:
 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.




Re: Referencing deprecated class warning stack

2010-01-08 Thread khaled.tl...@gmail.com
Thanks 4 your answer. Unfortunately, It looks to be not the same
cause. In my case, its the exactly same behaviour as lesli :

...
 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. ...

I thing that the referred thread is indeed
http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cbf566637f03496a/a676bf46bb463f94?#a676bf46bb463f94

Regards.
KT

On Jan 8, 2:11 pm, Luis Fernando Planella Gonzalez
lfpg@gmail.com wrote:
  I've got the same type of exception with same environment. Is there
  something that we missed?

 Yes, you missed the thread which is already discussing it 
 ;)http://groups.google.com/group/google-web-toolkit/browse_thread/threa...
-- 
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.




Re: Referencing deprecated class warning stack

2010-01-08 Thread khaled.tl...@gmail.com
I've read the issues 
http://code.google.com/p/google-web-toolkit/issues/detail?id=4438
that you created and it looks coming from generic arguments as
instance fields..

thks 4 your help.

Regards.
KT

On Jan 8, 3:14 pm, khaled.tl...@gmail.com khaled.tl...@gmail.com
wrote:
 Thanks 4 your answer. Unfortunately, It looks to be not the same
 cause. In my case, its the exactly same behaviour as lesli :

 ...
  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. ...

 I thing that the referred thread is 
 indeedhttp://groups.google.com/group/google-web-toolkit/browse_thread/threa...

 Regards.
 KT

 On Jan 8, 2:11 pm, Luis Fernando Planella Gonzalez

 lfpg@gmail.com wrote:
   I've got the same type of exception with same environment. Is there
   something that we missed?

  Yes, you missed the thread which is already discussing it 
  ;)http://groups.google.com/group/google-web-toolkit/browse_thread/threa...
-- 
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.