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

Upgrade errorprone from 2.14.0 to 2.16 #2794

Merged
merged 1 commit into from Nov 22, 2022

Commits on Nov 21, 2022

  1. Upgrade errorprone from 2.14.0 to 2.16

    we need to fix the following violation:
    
    StubbingWithCustomAnswerTest.java:113: error: [DoNotCall] Calling getClass on Method returns the Class object for Method,
    you probably meant to retrieve the class containing the method represented by this Method using getDeclaringClass
    XN137 committed Nov 21, 2022
    Copy the full SHA
    dce56bd View commit details
    Browse the repository at this point in the history