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

Update 2016-06-15 #346

Merged
merged 3 commits into from
Jun 16, 2016
Merged

Conversation

eamonnmcmanus
Copy link
Member

  • The constructor of an @autovalue class that has a builder needs to have null checks if there are extensions, because in that case the constructor is package-private rather than private. Fixes Ctor null checks omitted when builder is present, but ctor still package-visible. #345.
  • When scanning a Builder for referenced types, don't include non-abstract methods. The referenced types are used to determine the imports that will be needed by the implementing class, and that class never references non-abstract methods.

cgruber and others added 3 commits June 15, 2016 16:52
…can be used in releasing that product.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124613659
…ve null checks if there are extensions, because in that case the constructor is package-private rather than private. Fixes google#345.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124847338
…act methods. The referenced types are used to determine the imports that will be needed by the implementing class, and that class never references non-abstract methods.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124980576
@cgruber
Copy link
Contributor

cgruber commented Jun 16, 2016

Might want to reword my commit, since the only public piece is the removal of the nav.

@cgruber
Copy link
Contributor

cgruber commented Jun 16, 2016

Or if you don't care enough LGTM. It's just inaccurate. /shruggie.

@eamonnmcmanus
Copy link
Member Author

Yeah, I don't think anybody cares.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants