-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: OpenCMIS 0.3.0
-
Fix Version/s: OpenCMIS 0.4.0
-
Component/s: opencmis-server
-
Labels:None
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.