Description
Jira might return explicit null values in its result
{'resolution':null}. These are converted to explicit NullNodes by jackson.
In the case of an explicit null value, RestJiraDownloader throws a NullPointerException.
RestJiraDownloader must check both if val != null and !val.isNull().
Attachments
Attachments
Issue Links
- is duplicated by
-
MCHANGES-413 Jira report throws NPE when the resolution field is missing the "name" attribute
- Closed
- relates to
-
MCHANGES-413 Jira report throws NPE when the resolution field is missing the "name" attribute
- Closed
- links to