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: SNiTEBoBy/google-java-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: google-java-format-1.8
Choose a base ref
...
head repository: SNiTEBoBy/google-java-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 19 files changed
  • 4 contributors

Commits on May 1, 2020

  1. Increment versions for 1.8 release

    PiperOrigin-RevId: 309467646
    cushon authored and google-java-format Team committed May 1, 2020
    Configuration menu
    Copy the full SHA
    0354f02 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Fix a crash in expression switches

    `throws` statements are allows to occur in non-block expression switch cases,
    which was causing the trailing `;` to be printed twice.
    
    Fixes google#477
    
    PiperOrigin-RevId: 310974906
    cushon authored and google-java-format Team committed May 11, 2020
    Configuration menu
    Copy the full SHA
    f5a9280 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Split up the string "M" + "OE:(begin|end)_intracomment_stripping," as…

    … the full string will trigger stripping under Copybara.
    
    Also, avoid reference to an internal link shortener, as we are making references to it an error.
    
    Looking to the future:
    
    When we migrate to use proper Copybara stripping directives, we could consider removing support for the old directives. Then the problem would mostly go away. However, we might end up having the same problem with Copybara directives when google-java-format's strings and method names start mentioning *them*.
    
    PiperOrigin-RevId: 311344956
    cpovirk authored and google-java-format Team committed May 13, 2020
    Configuration menu
    Copy the full SHA
    98c8525 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Addition of a third party: Github Actions

    - Add the possibility of formatting your code from Github directly (taking all the events of Github Actions)
    - Addition of the word "old" for the eclipse plugin, since it is 1.6 release
    
    Fixes google#487
    
    COPYBARA_INTEGRATE_REVIEW=google#487 from av1m:master 351b737
    PiperOrigin-RevId: 313312689
    av1m authored and google-java-format Team committed May 27, 2020
    Configuration menu
    Copy the full SHA
    2ddcfd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Java 14 integration tests

    PiperOrigin-RevId: 314566781
    cushon authored and google-java-format Team committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    22d8c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Add support for yield statement

    Implement visitYield.
    
    Fixes google#489
    
    from ntkoopman:yield b46d1f0
    
    COPYBARA_INTEGRATE_REVIEW=google#489
    PiperOrigin-RevId: 314633394
    ntkoopman authored and google-java-format Team committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    5202af9 View commit details
    Browse the repository at this point in the history
Loading