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 #1082

Merged
merged 13 commits into from
Aug 6, 2018
Merged

Moe Sync #1082

merged 13 commits into from
Aug 6, 2018

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:

Fix bug introduced when migrating Unused.

Using foo.accept() rather than scan() to progress down the tree breaks TreePathScanner's tracking of TreePath. Added test to validate.

RELNOTES: N/A

4aff494


Make ProtoStringFieldReferenceEquality match Lite protos too.

RELNOTES: N/A

ae82dab


Stop EqualsGetClass from matching unless getClass is used on the incoming parameter.

RELNOTES: N/A

26325be


Prevent UnnecessaryParentheses false-positiving on compile-time-constant String expressions.

RELNOTES: N/A

3f9df16


Make ProtoRedundantSet generate a match per occurrence on the offending line, rather than a large mashed-together match at the end of the entire chain.

RELNOTES: Improve suggestion of ProtoRedundantSet.

b52f35f


Generate bugpattern links before tables

RELNOTES: N/A

59a2dd3


Consolidate static #equals matchers.

And fix a javadoc.

RELNOTES: N/A

e74aee3


Typo fixed: Nullabe -> Nullable

Fixes #1077

RELNOTES: N/A

cab7ec5


BadImport: ignore enum case labels when the identifier is otherwise statically imported

RELNOTES: Ignore enum case labels in BadImport check

399a067


Add missing doTest()s.

RELNOTES: N/A

7830b2e


Enable ProtoStringFieldReferenceEquality as an error.

RELNOTES: N/A

7f478f5


Update the Refaster rule build instructions

Update the Refaster rule build instructions
to match the ones on the web site. Remove
no longer needed J--add-exports compiler
options.

See also:

Fixes #1079

654aba4


Make UndefinedEquals match Truth's is(Not)?EqualTo as well as JUnit assertions with messages.

RELNOTES: N/A

077f372

graememorgan and others added 13 commits August 6, 2018 15:26
Using foo.accept() rather than scan() to progress down the tree breaks TreePathScanner's tracking of TreePath. Added test to validate.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207058173
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207058949
…ming parameter.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207237033
…ant String expressions.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207260298
…ng line, rather than a large mashed-together match at the end of the entire chain.

RELNOTES: Improve suggestion of ProtoRedundantSet.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207260573
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207263348
And fix a javadoc.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207264130
Fixes #1077

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207278809
…tatically imported

RELNOTES: Ignore enum case labels in BadImport check

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207349366
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207501124
RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207519142
Update the Refaster rule build instructions
to match the ones on the web site. Remove
no longer needed `J--add-exports` compiler
options.

See also:
 - 0ede1de
 - #1078

Fixes #1079

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207543845
…ssertions with messages.

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207559362
@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 the commit author(s) and merge this pull request when appropriate.

@cushon
Copy link
Collaborator

cushon commented Aug 6, 2018

CLAs were signed in #1079 and #1077.

@cushon cushon merged commit 8c9ae01 into master Aug 6, 2018
@ronshapiro ronshapiro deleted the sync-master-2018/08/06 branch August 23, 2018 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants