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: fbrcode-aqi-dqi/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: exercism/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on May 15, 2026

  1. 🤖 Auto-sync docs, metadata, and filepaths (exercism#3127)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 15, 2026
    Configuration menu
    Copy the full SHA
    d11c357 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Configuration menu
    Copy the full SHA
    22e9bc2 View commit details
    Browse the repository at this point in the history
  2. Add lint-changed and build-changed task in java workflow (exercism#3126)

    * Add lint-changed task in Java workflow
    
    * ci: implement build-changed strategy for targeted test compilation
    
    * Combine common logic
    
    * Fix script permissions in Git index
    
    * Update Java version to 25 in CI
    
    * Add gradle wrapper files in detection
    jagdish-15 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    c020ed7 View commit details
    Browse the repository at this point in the history
  3. Update tests bird watcher (exercism#3077)

    * Update tests bird watcher
    
    * Add itIncrementDoesNotChangeCountForOtherDays test
    
    Added a test to verify that incrementTodaysCount does not affect counts for other days.
    
    * Fix indentation
    
    * Refactor BirdWatcherTest to use new array for each test
    
    * Change getLastWeek to static method
    
    * Change getLastWeek to static method
    
    * Fix class name from BirdWatched to BirdWatcher
    
    * Fix assertion in getCountForFirstDays test
    
    * Shift new test to the end of task 5
    
    * Fix test for incrementTodaysCount method
    
    Update test to check correct increment behavior for today's count.
    
    * Add contributor to config.json
    jagdish-15 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    e2b10ba View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

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