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

Check for LOOKUPSWITCH or TABLESWITCH instructions #2979

Merged
merged 2 commits into from
May 10, 2024

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented May 6, 2024

When looking for a switch the instruction might be LOOKUPSWITCH or TABLESWITCH. Look for Select which is the base class for both.
See #2782
See #2937

When looking for a switch the instruction might be LOOKUPSWITCH or
TABLESWITCH. Look for Select which is the base class for both.
See spotbugs#2782
See spotbugs#2937
@hazendaz
Copy link
Member

hazendaz commented May 6, 2024

@gtoison Can you move the change log up to the unreleased section? I pushed out 4.8.5 on Friday.

@hazendaz hazendaz added this to the Spotbugs 4.8.6 milestone May 6, 2024
@hazendaz hazendaz self-assigned this May 6, 2024
@hazendaz
Copy link
Member

hazendaz commented May 6, 2024

looks good otherwise.

@gtoison gtoison requested a review from hazendaz May 7, 2024 16:42
@hazendaz hazendaz merged commit e8e3c10 into spotbugs:master May 10, 2024
15 checks passed
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

2 participants