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

8258422: Cleanup unnecessary null comparison before instanceof check in java.base #20

Commits on Dec 15, 2020

  1. Copy the full SHA
    c0d8b29 View commit details
    Browse the repository at this point in the history
  2. 8258422: Cleanup unnecessary null comparison before instanceof check …

    …in java.base
    
    use instanceof pattern matching
    turbanoff committed Dec 15, 2020
    Copy the full SHA
    603cd36 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. 8258422: Cleanup unnecessary null comparison before instanceof check …

    …in java.base
    
    use instanceof pattern matching in UnixPath too
    turbanoff committed Dec 16, 2020
    Copy the full SHA
    0d2ac40 View commit details
    Browse the repository at this point in the history
  2. 8258422: Cleanup unnecessary null comparison before instanceof check …

    …in java.base
    
    take advantage of "flow scoping" to eliminate casts
    turbanoff committed Dec 16, 2020
    Copy the full SHA
    f5727ca View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Copy the full SHA
    314217e View commit details
    Browse the repository at this point in the history
  2. 8258422: Cleanup unnecessary null comparison before instanceof check …

    …in java.base
    
    rename 'other' -> 'oth', 'other1' -> 'other'
    turbanoff committed Dec 17, 2020
    Copy the full SHA
    fe303a2 View commit details
    Browse the repository at this point in the history
  3. 8258422: Cleanup unnecessary null comparison before instanceof check …

    …in java.base
    
    rename 'oth' -> 'obj'
    turbanoff committed Dec 17, 2020
    Copy the full SHA
    5949f9a View commit details
    Browse the repository at this point in the history