Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • exception handling: inconsistent (MAGNOLIA-2746@jira) and to be reviewed
  • naming and semantics; just one random exampleexamples:
    • Content.createNodeData() in fact does not necessarily create the property, but might overwrite it if it exists.
    • Content.setNodeData() does of course the (wrong) opposite: creates the property if it does not exist.
    • Given the above, NodeDataUtil.getOrCreate() and associated methods are useless.
  • package; extract Visitor and Filter (MAGNOLIA-2422@jira)
  • ...