Great news, I tried the RC out on some of my code, but I still have the 
problem reported 
here: 
http://code.google.com/p/google-web-toolkit/issues/detail?id=6420&q=JAbstractMethod&colspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars

I used the same patch to make it work for me, modify 
dev/core/src/com/google/gwt/dev/javac/typemodel/JAbstractMethod.java 


-      if (candidate.getType() != paramTypes[i]) {
+      if (!candidate.getType().toString().equals(paramTypes[i].toString())) {


However, this feels like a hacky fix. Is there anything that I can do to 
help get this bug resolved "properly"? I am more than happy to test out any 
proposed fixes.

Second question, what is the timeline for the GA release? Is there one? ;-)

Cheers,
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/XzrTPxEjn10J.
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.

Reply via email to