|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Would also allow the special-case handling of null values in both uninstantiate and Snippetizer to be removed: in the normal case that null is actually the default value of a reference-valued field with @DataBoundSetter, the map entry would be omitted anyway; when the field actually had a non-null default, nulling it out (if the bean actually permits this) needs to be explicit in the map to make round-tripping work. When a @DataBoundConstructor parameter is null it is probably also wise to be explicit about this in the map, though the round-trip behavior in that case is unchanged.