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

Commits on Jun 15, 2016

  1. Copy (and modify) the dagger release docs over to auto-value so they …

    …can be used in releasing that product.
    
    -------------
    Created by MOE: https://github.com/google/moe
    MOE_MIGRATED_REVID=124613659
    cgruber authored and eamonnmcmanus committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    4bcfc54 View commit details
    Browse the repository at this point in the history
  2. The constructor of an @autovalue class that has a builder needs to ha…

    …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
    eamonnmcmanus committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    a420e0f View commit details
    Browse the repository at this point in the history
  3. When scanning a Builder for referenced types, don't include non-abstr…

    …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
    eamonnmcmanus committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    9697672 View commit details
    Browse the repository at this point in the history