http://gwt-code-reviews.appspot.com/1463809/diff/1/user/src/com/google/gwt/user/rebind/rpc/CachedRpcTypeInformation.java File user/src/com/google/gwt/user/rebind/rpc/CachedRpcTypeInformation.java (right):
http://gwt-code-reviews.appspot.com/1463809/diff/1/user/src/com/google/gwt/user/rebind/rpc/CachedRpcTypeInformation.java#newcode166 user/src/com/google/gwt/user/rebind/rpc/CachedRpcTypeInformation.java:166: // we have a type that is an array with a primitive leafType On 2011/06/24 22:39:06, jbrosenberg wrote:
I think it's still true (what would have changed?)....The fix here is
really for
the case where there was an array of a raw generic type, e.g.
Enum<blah>[]. In
this case, the new logic will see the leaf type as a JRawType, and
recurse one
more level with the raw type's generic type.
but you already returned getLastModifiedTime(...) of the array leaf type above. no arrays should make it this far, right? http://gwt-code-reviews.appspot.com/1463809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
