Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.1
-
None
Description
Calling toString() on ChangeSet will result in an NPE if neither addMergedRevision () nor getMergedRevisions() was previously called.
The solution would be to access mergedRevisions by calling getMergedRevisions() as done in the toXML() Method.