Document.checkIn should accept "null" properties
------------------------------------------------
Key: CMIS-206
URL: https://issues.apache.org/jira/browse/CMIS-206
Project: Chemistry
Issue Type: Bug
Components: opencmis-client
Reporter: Florian Müller
Assignee: Florian Müller
The null check for properties is done at the converter level. This prevents
passing null properties where it could make sense (Document.checkIn).
Solution:
The converter should not throw an exception if the properties are null. It
should return null instead. Null checks have to be added at the operation level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.