Skip to content

Remove dead stores#797

Merged
timtebeek merged 2 commits intomainfrom
remove-dead-stores
Dec 10, 2025
Merged

Remove dead stores#797
timtebeek merged 2 commits intomainfrom
remove-dead-stores

Conversation

@timtebeek
Copy link
Member

Based on org.openrewrite.analysis.java.dataflow.FindDeadStores

@timtebeek timtebeek added the enhancement New feature or request label Dec 10, 2025
@timtebeek timtebeek merged commit bd99e45 into main Dec 10, 2025
2 checks passed
@timtebeek timtebeek deleted the remove-dead-stores branch December 10, 2025 23:40
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Dec 10, 2025
mergify bot added a commit to robfrank/linklift that referenced this pull request Dec 22, 2025
… 2.23.0 to 2.24.0 [skip ci]

[//]: # (dependabot-start)
⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.23.0 to 2.24.0.
Release notes

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

> 2.24.0
> ------
>
> What's Changed
> --------------
>
> * Remove dead stores by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#797](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/797)
>
> **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.23.0...v2.24.0>


Commits

* [`bd99e45`](openrewrite/rewrite-static-analysis@bd99e45) Remove dead stores ([#797](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/797))
* See full diff in [compare view](openrewrite/rewrite-static-analysis@v2.23.0...v2.24.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.23.0&new-version=2.24.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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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