|
||||||||
|
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:

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.