[dna-issues] [JBoss JIRA] Updated: (DNA-362) AbstractJcrItem.isNew and isModified Are Not Implemented
Brian Carothers (JIRA)
jira-events at lists.jboss.org
Thu Apr 16 00:34:22 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Carothers updated DNA-362:
--------------------------------
Attachment: DNA-362.patch
Attached patch that makes the following changes:
- Hoists isNew and isModified from AbstractJcrItem to AbstractJcrNode/Property and makes them dependent on nodeInfo().isNew/Modified and propertyInfo().isNew/Modified respectively
- Adds isNew/isModified to NodeInfo interface, made them both always return false for ImmutableNodeInfo, and added argument to ChangedNodeInfo to indicate whether it was changed because it is a new child node or because it had its own children modified
- Adds isNew/isModified fields/methods/ctor args to PropertyInfo and populates them based on where the PropertyInfo is created
- Uncomments some TCK test cases that now fully pass
> AbstractJcrItem.isNew and isModified Are Not Implemented
> --------------------------------------------------------
>
> Key: DNA-362
> URL: https://jira.jboss.org/jira/browse/DNA-362
> Project: DNA
> Issue Type: Bug
> Components: JCR
> Affects Versions: 0.3
> Reporter: Brian Carothers
> Attachments: DNA-362.patch
>
>
> The implementations of AbstractJcrItem.isNew and isModified are not implemented.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list