Julian Hyde created CALCITE-1394:
------------------------------------
Summary: Using CoreMatchers.containsString causes javadoc errors
Key: CALCITE-1394
URL: https://issues.apache.org/jira/browse/CALCITE-1394
Project: Calcite
Issue Type: Bug
Reporter: Julian Hyde
Assignee: Julian Hyde
Under JDK 1.7, using the method {{CoreMatchers.containsString}} causes javadoc
warnings, similar to https://github.com/junit-team/junit4/issues/872. The
cause, I think, is that Avatica uses mockito and it bundles a different version
of hamcrest. The solution is to use {{StringContains.containsString}}, which
exists in an earlier version of hamcrest.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)