Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement for issue #2061. #2069

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Sustech-yx
Copy link

Enhancement for issue #2061, reimplement ResourceValueFrame.java.

Make sure these boxes are checked before submitting your PR -- thank you!

  • Added an entry into CHANGELOG.md if you have changed SpotBugs code

ThrawnCA
ThrawnCA previously approved these changes May 31, 2022
@Sustech-yx
Copy link
Author

There was an unnecessary line break (\n) in the part I modified in spotbugs/src/main/java/edu/umd/cs/findbugs/ba/ResourceValueAnalysis.java, which has been removed. Thank you very much! @ThrawnCA

@@ -5,6 +5,9 @@ This is the changelog for SpotBugs. This follows [Keep a Changelog v1.0.0](http:
Currently the versioning policy of this project follows [Semantic Versioning v2.0.0](http://semver.org/spec/v2.0.0.html).

## Unreleased - 2022-??-??
### Changed
- Rewrite some member in `ResourceValueFrame.java` to Enum([#2061](https://github.com/spotbugs/spotbugs/issues/2061))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major, breaking change, IMO it would be better, if the changelog contained that it's a breaking change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it though? Is there external usage of this? I don't see it in the gradle or maven plugins, maybe something else is using it. Can call it breaking I guess given its public got thinking its ok.

@github-actions github-actions bot added the Stale label Mar 4, 2024
@github-actions github-actions bot closed this Apr 8, 2024
@hazendaz hazendaz reopened this Apr 12, 2024
@github-actions github-actions bot removed the Stale label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants