Under some conditions (that I'm failing to diagnose) Converter.canConvert(Class type) is being called with null as argument on a converter which is not NullConverter, those calls lead to {{NullPointerException}}s.
- links to
[JENKINS-37757] NPE on XStream serialization
Assignee | New: Antonio Muñiz [ amuniz ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 14775 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description | Original: Under some conditions (that I'm failing to diagnose) {{Converter.canConvert(Class type)}} is being called with {{null}} as argument on a converter which is not `NullConverter`, those calls lead to {{NullPointerException}}s. | New: Under some conditions (that I'm failing to diagnose) {{Converter.canConvert(Class type)}} is being called with {{null}} as argument on a converter which is not {{NullConverter}}, those calls lead to {{NullPointerException}}s. |