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

Improve inferring the "final" static type when calling static methods inside a different class #8249

Merged
merged 7 commits into from Jul 14, 2022

Commits on Jul 12, 2022

  1. vimeo#8200 - improve inferring the "final" static type when calling…

    … static methods inside a different class
    
    differentiate between `static` defined in a class which CALLS a given static method, and `static` defined in the method which IS CALLED.
    someniatko committed Jul 12, 2022
    Copy the full SHA
    470885e View commit details
    Browse the repository at this point in the history
  2. vimeo#8200 - generalize ExistingAtomicStaticCallAnalyzer::hasStaticIn…

    …Type() for non-object cases
    someniatko committed Jul 12, 2022
    Copy the full SHA
    3a50540 View commit details
    Browse the repository at this point in the history
  3. vimeo#8200 - flip logic of determining "source" of static type in E…

    …xistingAtomicStaticCallAnalyzer::getMethodReturnType()
    someniatko committed Jul 12, 2022
    Copy the full SHA
    b3e673d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ecbceb1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    931b3bb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    21a6dd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Copy the full SHA
    1e0b572 View commit details
    Browse the repository at this point in the history