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: openrewrite/rewrite-static-analysis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.0
Choose a base ref
...
head repository: openrewrite/rewrite-static-analysis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 26, 2026

  1. Remove mutable static field in ChainStringBuilderAppendCalls (#822)

    Inline the `J.Binary` construction directly into `concatAdditionBinary()`
    instead of lazily parsing a template snippet into a mutable static field.
    timtebeek authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    017d753 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Add failing test for spacing of single method invocation argument in …

    …append(). (#823)
    
    * Add failing test for spacing of single method invocation argument in append().
    
    * Preserve argument formatting in `ChainStringBuilderAppendCalls` when not chaining
    motlin authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    63586c0 View commit details
    Browse the repository at this point in the history
Loading