Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.3.0
-
None
Description
QueryUtil.traverseStatementAndCatchExc does in case of a RecognitionException always report 'null' for the error message.
Furthermore QueryUtil should not extend QueryObject since it is a pure utility class for traversing queriy statements and handling exceptions. QueryObject OTOH is used to accumulate the result of such a traversal.