Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: binkley/modern-java-practices
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: binkley/modern-java-practices
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: error-prone-spike
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d9b9a62 View commit details
    Browse the repository at this point in the history
  2. Update to use java21

    jwlibby committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    18c8528 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    9fa6014 View commit details
    Browse the repository at this point in the history
  2. For #492. BROKEN: Use Gradle error_prone plugin

    See https://github.com/tbroyer/gradle-errorprone-plugin.
    
    Example error below.
    This error seems bizarre. Our code does not do this: perhaps generated
    code?
    
    ```
    > Task :compileJava
    /home/binkley/src/java/modern-java-practices/src/main/java/demo/ErrorProneSpike.java:24: error: [CollectionIncompatibleType] Argument 'i - 1' should not be passed to this method; its type int is not compatible with its collection's type argument Short
                s.remove(i - 1);
                        ^
        (see https://errorprone.info/bugpattern/CollectionIncompatibleType)
    1 error
    ```
    binkley committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    51b59ff View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    8c84217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a547ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8554016 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.