Michael Dürig created OAK-769:
---------------------------------
Summary: Add utility method to JsopDiff for debugging node states
Key: OAK-769
URL: https://issues.apache.org/jira/browse/OAK-769
Project: Jackrabbit Oak
Issue Type: Improvement
Components: core
Reporter: Michael Dürig
Assignee: Michael Dürig
Priority: Minor
Such a method should enable diffing of node states for debugging purposes:
{code}
String diff = JsopDiff.diffToJsop(beforeState, afterState)
System.out.println(diff);
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira