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: markitect-dev/cleanthat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: solven-eu/cleanthat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 189 files changed
  • 5 contributors

Commits on Sep 16, 2025

  1. Fix "ModifierOrder leaves missing whitespace when node is annotated" (s…

    …olven-eu#898)
    
    * Reproduce issue solven-eu#897
    
    * Update javaparser to v3.27.0
    
    * Work around apparent JavaParser issue
    
    * Fix platform-dependent test case
    mches authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4021788 View commit details
    Browse the repository at this point in the history
  2. Use underscores in numeric literals/clarifybehavior on f loats (solve…

    …n-eu#900)
    
    * Add unit-test
    
    * Normalize _ in UseUnderscoresInNumericLiterals through both legs
    
    * engine=spotless
    nb_files_both_included_excluded: 2
    nb_files_formatted: 1
    eventKey: random-a85ad756-e945-47f6-a0df-9c44648ea67d
    
    ---------
    
    Co-authored-by: cleanthat[bot] <65607995+cleanthat[bot]@users.noreply.github.com>
    blacelle and cleanthat[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    0942a72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c8ecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83d599d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2025

  1. Configuration menu
    Copy the full SHA
    7a499e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d2e62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3c851 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    69ac3a5 View commit details
    Browse the repository at this point in the history
  2. refactor: Utilized lombok (solven-eu#908)

    * refactor: Utilized lombok
    
    * refactor: Moved lombok to root pom
    gbq6 authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    785091c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. feature: Implemented AppendCharacterWithChar (solven-eu#912)

    * feature: Implement AppendCharacterWithChar
    
    * Extended MutatorsScanner
    
    * Simplified type check
    
    * Added test case
    
    * Switched parent type
    
    * Removed unused import
    
    * Improved type check
    
    * Fixed apostrophe handling
    gbq6 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    5530e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73edb28 View commit details
    Browse the repository at this point in the history
  3. feature: Implemented UnnecessaryCaseChange (solven-eu#906)

    * feature: Implemented UnnecessaryCaseChange for string literals
    
    * fix: Updated misleading javadoc
    
    * fix(docs): Fixed some typos
    
    * Extended and reordered tests
    
    * Added mutator to docs
    
    * Hopefully fixed CI
    
    * Updated copyright notice date
    
    * Fixed some tests
    
    * Extended tests
    
    * Added equalsIgnoreCase check
    
    * Further extended tests
    
    * Initial solution
    
    * Make sure it only affects strings
    
    * Extracted method name
    
    * Added ApplyBeforeMe
    
    * Renamed some tests
    
    * Added applyBeforeMe test
    
    * Added more tests
    
    * Switched method
    
    * Switched type check
    
    * Minor refactor
    
    * Reordered checks
    
    * Extracted method
    
    * Addressed some PR comments
    
    * Switched to IllegalStateException
    
    * Added comments
    
    * Refactored static class constructor
    
    * Revert "Refactored static class constructor"
    
    This reverts commit a4f1822.
    
    * Minor refactor in static class constructor
    
    * Added test for a strange case
    
    * Revert "Added test for a strange case"
    
    This reverts commit 4d99497.
    gbq6 authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    26fae2b View commit details
    Browse the repository at this point in the history
Loading