You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/09/27 23:00:26 UTC

[jira] [Created] (CALCITE-1394) Using CoreMatchers.containsString causes javadoc errors

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)