[
https://issues.apache.org/jira/browse/CALCITE-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15527733#comment-15527733
]
Julian Hyde commented on CALCITE-1394:
--------------------------------------
In fact, mockito are now saying that mockito-all is a bad idea:
https://github.com/mockito/mockito/issues/324. We should get rid of mockito-all.
> 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)