Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/google-java-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.0
Choose a base ref
...
head repository: google/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.25.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 19, 2024

  1. Update Error Prone to version 2.36.0

    PiperOrigin-RevId: 698016480
    cushon authored and google-java-format Team committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    20c526c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Fix a bug where leading whitespace was removed from the last line of …

    …a text block
    
    If the last line contains contents other than the closing delimiter, it may have significant leading whitespace. This change prevents that whitespace from being removed.
    
    #1195
    
    PiperOrigin-RevId: 698939557
    cushon authored and google-java-format Team committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a4991be View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Remove some unnecessary reflection now that the formatter only suppor…

    …ts JDK 17
    
    PiperOrigin-RevId: 699235273
    cushon authored and google-java-format Team committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a6e5bd9 View commit details
    Browse the repository at this point in the history
  2. Update the IntelliJ plugin to 1.25.0.

    PiperOrigin-RevId: 699256809
    plumpy authored and google-java-format Team committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    07e6d60 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Add google-java-format unit tests for existing @Annotation() behavior.

    PiperOrigin-RevId: 700741432
    kluever authored and google-java-format Team committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cbeef0f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    2bc7067 View commit details
    Browse the repository at this point in the history
Loading