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

Moe Sync #1263

Closed
wants to merge 7 commits into from
Closed

Moe Sync #1263

wants to merge 7 commits into from

Conversation

ronshapiro
Copy link
Contributor

This code has been reviewed and submitted internally. Feel free to discuss on the PR and we can submit follow-up changes as necessary.

Commits:

Adds org.mockito.ArgumentMatchers to StringFormatStringValidation since newer versions of Mockito moved those methods.

RELNOTES: FormatStringAnnotation checker will recognize invocations to org.mockito.ArgumentMatchers members as substitutions for constant format strings.

12ba9de


Fix handling of test protos

c6370e8


Bundle Guava's failureaccess in the with-dependencies JAR

Fixes #1259, fixes #1238

5fb1fc5


Disable tests that don't work in open source

c26ae46


Reflect support for getTimeZone(ZoneId) in AndroidJdkLibsChecker

6856d2f


Fix stack trace logged during a build error.

WARNING: crash in Error Prone analyzer InvalidThrows [CONTEXT ratelimit_period="5 SECONDS" analyzer="Javadoc" ]
java.lang.NullPointerException
at com.google.errorprone.bugpatterns.javadoc.InvalidThrows$ThrowsChecker.visitThrows(InvalidThrows.java:78)
at com.google.errorprone.bugpatterns.javadoc.InvalidThrows$ThrowsChecker.visitThrows(InvalidThrows.java:62)
at jdk.compiler/com.sun.tools.javac.tree.DCTree$DCThrows.accept(DCTree.java:871)
at jdk.compiler/com.sun.source.util.DocTreePathScanner.scan(DocTreePathScanner.java:71)
...

a483644


Move MockitoInternalUsage checker to the Mockito open source errorprone plugins

This checker is opensourced at mockito/mockito#1690

824f573

yanglinw and others added 7 commits April 18, 2019 07:41
…ce newer versions of Mockito moved those methods.

RELNOTES: FormatStringAnnotation checker will recognize invocations to org.mockito.ArgumentMatchers members as substitutions for constant format strings.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=243826694
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=243851753
Fixes #1259, fixes #1238

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=243966733
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=244028884
WARNING: crash in Error Prone analyzer InvalidThrows [CONTEXT ratelimit_period="5 SECONDS" analyzer="Javadoc" ]
java.lang.NullPointerException
	at com.google.errorprone.bugpatterns.javadoc.InvalidThrows$ThrowsChecker.visitThrows(InvalidThrows.java:78)
	at com.google.errorprone.bugpatterns.javadoc.InvalidThrows$ThrowsChecker.visitThrows(InvalidThrows.java:62)
	at jdk.compiler/com.sun.tools.javac.tree.DCTree$DCThrows.accept(DCTree.java:871)
	at jdk.compiler/com.sun.source.util.DocTreePathScanner.scan(DocTreePathScanner.java:71)
	...

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=244089578
…ne plugins

This checker is opensourced at mockito/mockito#1690

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=244160840
@googlebot
Copy link
Collaborator

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

ℹ️ Googlers: Go here for more info.

@googlebot
Copy link
Collaborator

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

ℹ️ Googlers: Go here for more info.

@cushon cushon closed this Apr 18, 2019
@cpovirk cpovirk deleted the sync-master-2019/04/18 branch August 20, 2019 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants