|
The JDO2 spec adequately defines (section 12.6.0 "Null Management") behaviour when null values are passed in to the PersistenceManager methods makePersistent, detachCopy, etc but there doesnt seem to be a test for these situations currently. JPOX 1.1.2 on calling detachCopy(null) actually throws an NPE, which is outside of spec ... now fixed.
|