I have a big uibinder file to collect user inputs. This uibinder file has a lot of ui:fields. When I compiled it. I got the following error. There are many Templates are generated and one of them cause this error. My code is 100% right. There is one defect in UiBinder generator.
[ERROR] Errors in
'generated://AD04AD9F809E702F4D4A194C91C033A7/com/google/data/client/ui/DataTypesTestDetailViewImpl_DataTypesTestDetailViewBinderImpl.java'
[ERROR] Line 26: Too many parameters, parameter arg254 is exceeding the limit
of 255 words eligible for method parameters
See snapshot:
C:\Users\james\AppData\Local\Temp\com.google.data.client.ui.DataTypesTestDetailViewImpl_DataTypesTestDetailViewBinderImpl7128410725109238784.java
[ERROR] Unable to find type
'com.google.data.client.ui.DataTypesTestDetailViewImpl_DataTypesTestDetailViewBinderImpl.Template'
[ERROR] Hint: Check that the type name
'com.google.data.client.ui.DataTypesTestDetailViewImpl_DataTypesTestDetailViewBinderImpl.Template'
is really what you meant
[ERROR] Hint: Check that your classpath includes all required source roots
Thanks,
James