Matthew Lieder commented on Bug XSTR-737

The bug appears to be introduced because of the apparent rewrite of AbstractReflectionConverter. In the following new code, type is assigned null for the "id" field and java.net.URL for the "url" field. It would seem that it should return null for "url" too – this is the only place that calls the handleUnknownField method.

                        // it is not an alias ... do we have an element of an implicit
                        // collection based on type only?
                        try {
                            type = mapper.realClass(originalNodeName);
                        } catch (CannotResolveClassException e) {
                            handleUnknownField(
                                explicitDeclaringClass, fieldName, resultType, originalNodeName);
                        }
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to