Implement Value.toString
------------------------

                 Key: JCR-2286
                 URL: https://issues.apache.org/jira/browse/JCR-2286
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
            Reporter: Thomas Mueller
            Assignee: Thomas Mueller


Currently QValueValue.toString() is not implemented. It would help if the 
method returns something human readable, both for debugging and for generating 
error messages.

It's a bit tricky, because we need to make sure toString() never fails and has 
no side effects (doesn't read from files, doesn't change state), otherwise it 
breaks debugging. Changing the state when throwing an exception is not such a 
big problem, but for debugging.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to