Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
And this results in some 20 failures in the cite tests because the code assumes the collections are never null (rightfully so, given there are not setters).
Gonna fix the resolve implementation so that it sets empty collection for all the missing ones (just as the other resolve methods do).
Fixed on trunk