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

fix #1025 Error Prone StrictCollectionIncompatibleType to guard collection usage #1027

Merged
merged 5 commits into from
Nov 7, 2019

Commits on Nov 6, 2019

  1. fix #1025 Error prone StrictCollectionIncompatibleType to guard col…

    …lection usage
    
    This check is an improvement over `CollectionIncompatibleType` because it
    validates that values exist in the same type hierarchy, where it could
    theoretically be possible the input implements the collection type,
    but the type system doesn't have enough information to be confident.
    This check allows both subtypes and supertypes, but does not check
    for shared supertypes, which are not common.
    carterkozak committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    79a8e57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b2540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c26c2b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    85d87d6 View commit details
    Browse the repository at this point in the history
  2. test error messages

    carterkozak committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    868d9ad View commit details
    Browse the repository at this point in the history