Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ErrorProne MockitoInternalUsage checker #1690

Merged
merged 3 commits into from
Apr 30, 2019

Commits on Apr 17, 2019

  1. Add ErrorProne MockitoInternalUsage checker

    This checker will warn on any usage of a Mockito internal symbol. Since
    we do not guarantee API stability on symbols in our internal packages,
    users should not rely on them. This checker can be used to enforce that
    they are unused.
    TimvdLippe committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    3096572 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    79c8824 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d2ade View commit details
    Browse the repository at this point in the history