http://gwt-code-reviews.appspot.com/1420808/diff/6004/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java File user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java (right):
http://gwt-code-reviews.appspot.com/1420808/diff/6004/user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java#newcode72 user/src/com/google/gwt/uibinder/rebind/TypeOracleUtils.java:72: if (paramType instanceof JPrimitiveType && argType instanceof JPrimitiveType) { On 2011/04/22 20:28:54, tbroyer wrote:
Shouldn't it rather be paramType.isPrimitive() != null?
Since JPrimitiveType is an enum, you can't really have isPrimitive return anything else, but yes it probably should just to be consistent with the other is* methods. http://gwt-code-reviews.appspot.com/1420808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
