Comparing v1.18.1...v1.19.0 · google/google-java-format

Commits on Oct 27, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Handle type annotations on method reference qualifiers

    e.g.
    
    ```
    Supplier<List<?>> a = @A(0x45) ArrayList::new;
    Supplier<List<?>> b = @A(0x46) ImmutableList::of;
    ```
    
    The necessary logic is already there, but the start position information
    for the method reference doesn't include the leading type annotations,
    which was resulting in an assertion to fail.
    
    PiperOrigin-RevId: 577850593

    cushon authored and google-java-format Team committed

    Oct 30, 2023
    Configuration menu

    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history