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

Type inference for generic instance creation #2100

Merged
merged 7 commits into from Nov 25, 2019

Commits on Nov 20, 2019

  1. Type inference for generic instance creation:

    * Replacing type parameters with <>
    ullenius committed Nov 20, 2019
    Copy the full SHA
    da56fb3 View commit details
    Browse the repository at this point in the history
  2. Type inference <>

    ullenius committed Nov 20, 2019
    Copy the full SHA
    73e88b4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    52b6fbe View commit details
    Browse the repository at this point in the history
  4. Minor. Declaring modifiers in correct order:

    The Java Language Specification and convention states that static ought to be
    listed before the final modifier
    (https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.1.1)
    ullenius committed Nov 20, 2019
    Copy the full SHA
    5f01d7b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Removing unused variable

    ullenius committed Nov 25, 2019
    Copy the full SHA
    ac80586 View commit details
    Browse the repository at this point in the history
  2. Type inference <>

    ullenius committed Nov 25, 2019
    Copy the full SHA
    8dfb8ac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2980434 View commit details
    Browse the repository at this point in the history