Skip to content

Remove mutable static field in ChainStringBuilderAppendCalls#822

Merged
timtebeek merged 1 commit intomainfrom
inline-additive-binary-template
Feb 26, 2026
Merged

Remove mutable static field in ChainStringBuilderAppendCalls#822
timtebeek merged 1 commit intomainfrom
inline-additive-binary-template

Conversation

@timtebeek
Copy link
Copy Markdown
Member

Summary

  • Replaced the lazily-initialized mutable static J.Binary additiveBinaryTemplate field with direct J.Binary construction in concatAdditionBinary()
  • Removed the getAdditiveBinaryTemplate() method and its JavaParser.parse() call
  • Eliminates the @SuppressWarnings("ALL") needed to silence NoMutableStaticFieldsInRecipes

Test plan

  • ChainStringBuilderAppendCallsTest passes
  • ReplaceStringBuilderWithStringTest passes (calls additiveExpression)
  • ReplaceTextBlockWithStringTest passes (calls additiveExpression)

Inline the `J.Binary` construction directly into `concatAdditionBinary()`
instead of lazily parsing a template snippet into a mutable static field.
@github-project-automation github-project-automation bot moved this to In Progress in OpenRewrite Feb 26, 2026
@timtebeek timtebeek added the enhancement New feature or request label Feb 26, 2026
@timtebeek timtebeek merged commit 017d753 into main Feb 26, 2026
1 check passed
@timtebeek timtebeek deleted the inline-additive-binary-template branch February 26, 2026 10:14
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Feb 26, 2026
mergify bot added a commit to robfrank/linklift that referenced this pull request Mar 10, 2026
… 2.28.0 to 2.29.0 [skip ci]

Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.28.0 to 2.29.0.
Release notes

*Sourced from [org.openrewrite.recipe:rewrite-static-analysis's releases](https://github.com/openrewrite/rewrite-static-analysis/releases).*

> 2.29.0
> ------
>
> What's Changed
> --------------
>
> * Remove mutable static field in ChainStringBuilderAppendCalls by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#822](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/822)
> * `ChainStringBuilderAppendCalls` should not flatten a single argument by [`@​motlin`](https://github.com/motlin) in [openrewrite/rewrite-static-analysis#823](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/823)
>
> New Contributors
> ----------------
>
> * [`@​motlin`](https://github.com/motlin) made their first contribution in [openrewrite/rewrite-static-analysis#823](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/823)
>
> **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.28.0...v2.29.0>


Commits

* [`63586c0`](openrewrite/rewrite-static-analysis@63586c0) Add failing test for spacing of single method invocation argument in append()...
* [`017d753`](openrewrite/rewrite-static-analysis@017d753) Remove mutable static field in ChainStringBuilderAppendCalls ([#822](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/822))
* See full diff in [compare view](openrewrite/rewrite-static-analysis@v2.28.0...v2.29.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.openrewrite.recipe:rewrite-static-analysis&package-manager=maven&previous-version=2.28.0&new-version=2.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant